Skip to content

Commit

Permalink
1.7.10-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Oct 26, 2014
1 parent f386805 commit 0594223
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 28 deletions.
11 changes: 10 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
1.7.10-3.3.2
1.7.10-3.3.3

> Update to Forge 10.13.2.1232.
> Update to Clashsoft Lib 1.7.10-2.7.2.
+ Added missing Black Diamond functionality.
* Fixed Minestrappolation Ores not generating.
* Fixed Primed Nuke not rendering.
* Fixed FishType crash.

1.7.10-3.3.2

> Update to Forge 10.13.1.1217.
> Update to Clashsoft Lib 1.7.10-2.7.1.
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.2"
version = "1.7.10-3.3.3"
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.2";
public static final String VERSION = "1.7.10-3.3.3";
public static final String DEPENDENCY = "required-after:" + BrewingAPI.MODID;

public static final List<String> AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124", "LandKingdom");
Expand Down
34 changes: 9 additions & 25 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
version=1.7.10-3.3.2
version_motd=Minestrappolation 3.3.2 out now!
version=1.7.10-3.3.3
version_motd=Minestrappolation 3.3.3 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
url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.3.3/Minestrappolation-1.7.10-3.3.3.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.
> Update to Forge 10.13.2.1232.
> Update to Clashsoft Lib 1.7.10-2.7.2.
+ Added missing Black Diamond functionality.
* Fixed Minestrappolation Ores not generating.
* Fixed Primed Nuke not rendering.
* Fixed FishType crash.

0 comments on commit 0594223

Please sign in to comment.