Skip to content

Commit

Permalink
1.7.10-3.3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenic Portuesi committed Sep 21, 2014
1 parent d764984 commit ea6ffdc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 7 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
1.7.10-3.3.1
1.7.10-3.3.1.1

+ Added easter egg
+ Added new title logo
* Fixed missing textures

1.7.10-3.3.1

+ Added cobblestone stairs for each new stone type.
+ Added various recipes
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"
version = "1.7.10-3.3.1.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.1";
public static final String VERSION = "1.7.10-3.3.1.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
20 changes: 7 additions & 13 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
version=1.7.10-3.3.1
version_motd=Get your Minestrappolation 3.3.1 copy while it is hot!
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=@MinestrapDev, @SoBiohazardous, @Clashsoft
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/Minestrappolation-1.7.10-3.3.1.jar

+ 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
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

0 comments on commit ea6ffdc

Please sign in to comment.