From fcba4078f89130bfd472ad4799ab4a3b91072c0c Mon Sep 17 00:00:00 2001 From: Clashsoft Date: Tue, 7 Oct 2014 00:21:16 +0200 Subject: [PATCH] 1.7.10-3.2.2 --- Changelog.txt | 27 ++++++++++++- build.gradle | 2 +- .../minestrappolation/lib/MReference.java | 2 +- version.txt | 38 ++++++++++++++----- 4 files changed, 57 insertions(+), 12 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 1c7ca905..c1bdf6de 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 diff --git a/build.gradle b/build.gradle index af9d59c4..1c2e4ac4 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/src/main/java/minestrapteam/minestrappolation/lib/MReference.java b/src/main/java/minestrapteam/minestrappolation/lib/MReference.java index bd60276b..83b9f4cb 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.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 AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124", "LandKingdom"); diff --git a/version.txt b/version.txt index bb426e34..c4d76cc8 100644 --- a/version.txt +++ b/version.txt @@ -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.