Skip to content

Commit

Permalink
1.7.10-3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenic Portuesi committed Sep 21, 2014
1 parent 9bb8796 commit 4e3e800
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 27 deletions.
13 changes: 12 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
1.7.10-3.3.0
1.7.10-3.3.1

+ Added cobblestone stairs for each new stone type.
+ Added various recipes
+ Added more ore dictionary support
* Fixed structures (Dungeons, villages, strongholds) generating in right stone
* Minestrap ores now have variant textures
* Fixed various recipes
* Various tweaks
* Cobblestone variants can now be smelted into respective Stone types

1.7.10-3.3.0

> Update to Clashsoft Lib 1.7.10-2.7.0.
> Update to Brewing API 1.7.10-3.0.2.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript

apply plugin: 'forge'

version = "1.7.10-3.3.0"
version = "1.7.10-3.3.1"
group = "minestrapteam"
archivesBaseName = "Minestrappolation"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class MReference
public static final String MODID = "minestrappolation";
public static final String ACRONYM = "M";
public static final String NAME = "Minestrappolation";
public static final String VERSION = "1.7.10-3.3.0";
public static final String VERSION = "1.7.10-3.3.1";
public static final String DEPENDENCY = "required-after:" + BrewingAPI.MODID;

public static final List<String> AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124", "LandKingdom");
Expand Down
36 changes: 12 additions & 24 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
version=1.7.10-3.3.0
version_motd=Get your Minestrappolation 3.3 copy while it is hot!
version=1.7.10-3.3.1
version_motd=Get your Minestrappolation 3.3.1 copy while it is hot!
version_motd_color=red
motd=Welcome the new Minestrappolation Team member: LandKingdom!
motd=@MinestrapDev, @SoBiohazardous, @Clashsoft
motd_color=light_blue
url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.3.0/Minestrappolation-1.7.10-3.3.0.jar
url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.3.1/Minestrappolation-1.7.10-3.3.1.jar

> Update to Clashsoft Lib 1.7.10-2.7.0.
> Update to Brewing API 1.7.10-3.0.2.
+ Added Deepstone and it’s Stonecutter blocks.
+ Added Oceanstone and Pressurized Oceanstone and their Stonecutter blocks.
+ Added Coldstone and Deep Coldstone and their Stonecutter blocks.
+ Added Icestone and Glacierrock and their Stonecutter blocks.
+ Added Redrock and Deep Redrock and their Stonecutter blocks.
+ Added Edge Bricks and Dark Edge Bricks for most Stone Types.
+ Added Colored Lamps.
+ Added Deathmeal and Wither Dust.
+ Added Wither Blocks and Wither Layers.
+ Added Moss Cover and Moss Lump.
+ Added Enchanted Stick drops from Witches.
+ Added Food Spoiling.
* Moved all Fried Food Items to NBT data.
* Improved Redwood Biome spawn weight.
* Improved the Flint and Steel recipe and texture.
* Fixed Fried Raw Horse Haunches not being craftable.
* Fixed Impact Grenades having a Fuse.
* Fixed various Food Item potion effect durations.
+ Added cobblestone stairs for each new stone type.
+ Added various recipes
+ Added more ore dictionary support
* Fixed structures (Dungeons, villages, strongholds) generating in right stone
* Minestrap ores now have variant textures
* Fixed various recipes
* Various tweaks
* Cobblestone variants can now be smelted into respective Stone types

0 comments on commit 4e3e800

Please sign in to comment.