Skip to content

Commit

Permalink
1.7.10-3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Oct 6, 2014
1 parent c4f2435 commit fcba407
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 12 deletions.
27 changes: 26 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
1.7.10-3.3.1.1
1.7.10-3.3.2

> Update to Forge 10.13.1.1217.
> Update to Clashsoft Lib 1.7.10-2.7.1.
+ Added the Minestrappolation AVT resource pack.
+ Added Reinforced Sticks.
+ Added Freezers.
+ Added Bottles of Coolant.
+ Added Black Diamonds.
+ Added Edge Slate Bricks.
+ Added Lock Cutters and Broken Locks.
+ Added some more Spoilable Foods.
+ Added all Spoiled Food textures.
+ Added Icestone and Glacierrock Slipperiness.
+ Added Config Options for Ore Generation.
+ Added Config Options for Mob Drops.
+ Added several misc. Config Options.
+ Added several missing recipes.
* Improved several Tool textures.
* Improved the Wither Ash system.
* Fixed Spoiled Food stacking.
* Fixed some Plating issues.
* Fixed a Magma issue.
* Fixed a few minor bugs.

1.7.10-3.3.1.1

+ Added easter egg
+ Added new title logo
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.1.1"
version = "1.7.10-3.3.2"
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.1.1";
public static final String VERSION = "1.7.10-3.3.2";
public static final String DEPENDENCY = "required-after:" + BrewingAPI.MODID;

public static final List<String> AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124", "LandKingdom");
Expand Down
38 changes: 29 additions & 9 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
version=1.7.10-3.3.1.1
version_motd=Get your Minestrappolation 3.3.1.1 copy while it is hot!
version_motd_color=red
motd=Our Twitters: @MinestrapDev, @SoBiohazardous, @Clashsoft
motd_color=light_blue
url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.3.1.1/Minestrappolation-1.7.10-3.3.1.1.jar
+ Added easter egg
+ Added new title logo
* Fixed missing textures
version=1.7.10-3.3.2
version_motd=Minestrappolation 3.3.2 out now!
version_motd_color=green
motd=Our Twitters: @MinestrappDev, @SoBiohazardous, @Clashsoft
motd_color=aqua
url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.3.2/Minestrappolation-1.7.10-3.3.2.jar

> Update to Forge 10.13.1.1217.
> Update to Clashsoft Lib 1.7.10-2.7.1.
+ Added the Minestrappolation AVT resource pack.
+ Added Reinforced Sticks.
+ Added Freezers.
+ Added Bottles of Coolant.
+ Added Black Diamonds.
+ Added Edge Slate Bricks.
+ Added Lock Cutters and Broken Locks.
+ Added some more Spoilable Foods.
+ Added all Spoiled Food textures.
+ Added Icestone and Glacierrock Slipperiness.
+ Added Config Options for Ore Generation.
+ Added Config Options for Mob Drops.
+ Added several misc. Config Options.
+ Added several missing recipes.
* Improved several Tool textures.
* Improved the Wither Ash system.
* Fixed Spoiled Food stacking.
* Fixed some Plating issues.
* Fixed a Magma issue.
* Fixed a few minor bugs.

0 comments on commit fcba407

Please sign in to comment.