diff --git a/Changelog.txt b/Changelog.txt index f293bcae..d03f2fae 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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. diff --git a/build.gradle b/build.gradle index e5ef303a..2107b206 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/src/main/java/minestrapteam/minestrappolation/lib/MReference.java b/src/main/java/minestrapteam/minestrappolation/lib/MReference.java index 75df8084..d17a10a0 100644 --- a/src/main/java/minestrapteam/minestrappolation/lib/MReference.java +++ b/src/main/java/minestrapteam/minestrappolation/lib/MReference.java @@ -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 AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124", "LandKingdom"); diff --git a/version.txt b/version.txt index 90beb169..a238bb20 100644 --- a/version.txt +++ b/version.txt @@ -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