From 801662b3da2a7739d7e8cd364bed4ab377af6031 Mon Sep 17 00:00:00 2001 From: Clashsoft Date: Wed, 6 Aug 2014 00:31:42 +0200 Subject: [PATCH] 1.7.10-3.2.1 --- Changelog.txt | 24 +++++++- build.gradle | 2 +- .../minestrappolation/lib/MReference.java | 2 +- version.txt | 58 +++++++------------ 4 files changed, 47 insertions(+), 39 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 957d7898..9556fce7 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,26 @@ -1.7.10-3.2.0 +1.7.10-3.2.1 + ++ Added Fried variants of just about every food in the game. ++ Small Redwood trees can now rarely generate in other biomes. ++ Carpenter’s Benches now use OreDictionary recipes. ++ Replaced Plating System with Item Addon system. +* Improved Redwood Log textures. +* Improved and fixed Redwood Sapling growth mechanics. +* Fixed Poison Sacks not making Swords poisonous. +* Fixed Platings replacing Horns and vice-versa, making Horned Plated Swords impossible. +* Fixed Melter NEI ‘usage’ functionality not working. +* Fixed Carpenter’s Bench placement behavior. +* Fixed Tools not losing durability. +* Fixed Magma fluid displacements and flow length. +* Fixed Flowing Magma texture resolution. +* Fixed Magma Bucket duplication glitch. +* Fixed missing armor textures for Titanium, Blazium and Meurodite Armor. +* Fixed Cobbled, Gravel, Sand, Red Sand, and Soul Steel Roads’ speed bonuses. +* Fixed Godstone igniting non-undead mobs. +* Fixed Fried Foods being crafted with Fat instead of Grease. +* Fixed Melters and Stonecutters facing the wrong way in the inventory. + +1.7.10-3.2.0 ! Merged MCore and Minestrappolation ! Update to Minecraft 1.7.10 diff --git a/build.gradle b/build.gradle index 86222be9..de050cdb 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript apply plugin: 'forge' -version = "1.7.10-3.2.0" +version = "1.7.10-3.2.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 41c034e1..8d8d70eb 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 = "3.2.0"; + public static final String VERSION = "1.7.10-3.2.1"; public static final String DEPENDENCY = "required-after:" + BrewingAPI.MODID; public static final List AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124"); diff --git a/version.txt b/version.txt index 400cf575..3e950ed6 100644 --- a/version.txt +++ b/version.txt @@ -1,38 +1,24 @@ version=3.2.0 -motd=Minestrappolation 3.2 out now! Lots of changes! -motdcolor=aqua -url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.2.0/Minestrappolation-1.7.10-3.2.0.jar +motd=3... 2... 1... Minestrappolation 3.2.1! Fixed Bugfixes and improved Improvements! +motdcolor=gold +url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.2.1/Minestrappolation-1.7.10-3.2.1.jar -! Merged MCore and Minestrappolation -! Update to Minecraft 1.7.10 -! Update to Clashsoft Lib 1.7.10-2.4.0 -! Update to Brewing API 1.7.10-3.0.0 -+ Added NEI support. -+ Added Sawmills. -+ Added Redwood Biomes. -+ Added Redwood Blocks. -+ Added Magma. -+ Added the Hydrophobia Potion effect. -+ Added Nuclear Grenades. -+ Added Slow Glass. -+ Added Soul Steel tools and weapons. -+ Added Soul Steel Roads. -+ Re-Added Cobbled Roads, Gravel Roads, Sand and Red Sand Roads and Nether Roads. -+ Revamped the Lock/Key system (It should actually be functional now). -+ Vanilla Tools are now Platable. -+ Obsidian and Bedrock blocks are now meltable. -* Improved Dungeon Loot. -* Improved Plating Entity Damage. -* Improved World Gen performance. -* Improved Melter GUI. -* Improved Grenade physics. -* Improved Edge Stone Bricks crafting. -* Improved Stonecutter rendering. -* Fixed Grenades not being craftable. -* Fixed UpdateChecker not working. -* Fixed Glow Glass Panes being invisible. -* Fixed Rope issues. -* Fixed Minestrappolation Swords being treated as Tools while in Creative mode. -* Fixed Ghast right-click crash. -- Removed Glow Glass smelting recipe. -- Removed Titanium Ingot smelting recipe. \ No newline at end of file ++ Added Fried variants of just about every food in the game. ++ Small Redwood trees can now rarely generate in other biomes. ++ Carpenter's Benches now use OreDictionary recipes. ++ Replaced Plating System with Item Addon system. +* Improved Redwood Log textures. +* Improved and fixed Redwood Sapling growth mechanics. +* Fixed Poison Sacks not making Swords poisonous. +* Fixed Platings replacing Horns and vice-versa, making Horned Plated Swords impossible. +* Fixed Melter NEI 'usage' functionality not working. +* Fixed Carpenter’s Bench placement behavior. +* Fixed Tools not losing durability. +* Fixed Magma fluid displacements and flow length. +* Fixed Flowing Magma texture resolution. +* Fixed Magma Bucket duplication glitch. +* Fixed missing armor textures for Titanium, Blazium and Meurodite Armor. +* Fixed Cobbled, Gravel, Sand, Red Sand, and Soul Steel Roads’ speed bonuses. +* Fixed Godstone igniting non-undead mobs. +* Fixed Fried Foods being crafted with Fat instead of Grease. +* Fixed Melters and Stonecutters facing the wrong way in the inventory. \ No newline at end of file