From 6ee7ab6f0f360bdd502fc4469d93677d25161fd2 Mon Sep 17 00:00:00 2001 From: Clashsoft Date: Sun, 17 Aug 2014 23:46:23 +0200 Subject: [PATCH] 1.7.10-3.2.2 --- Changelog.txt | 21 +++++++++- build.gradle | 2 +- .../minestrappolation/lib/MReference.java | 2 +- version.txt | 41 +++++++++---------- 4 files changed, 41 insertions(+), 25 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 9556fce7..33afce5e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,23 @@ -1.7.10-3.2.1 +1.7.10-3.2.2 + +> Update to Clashsoft Lib 1.7.10-2.6.0. +> Update to Brewing API 1.7.10-3.0.1. ++ Added Dev Capes. ++ Added a new Crafting table model. ++ Added Rotten Wood Planks, Panels and Boards +* Updated Villager trades. +* Updated Mod information. +* Improved Grenade physics. +* Improved Melters. +* Fixed some Ore Dictionary recipes. +* Fixed some Wood milling issues. +* Fixed Redwood Logs, Leaves and Sapling not being flammable. +* Fixed Uranium and Plutonium blocks behaving incorrectly. +* Fixed Soul Block sounds being Dirt sounds. +* Fixed Barrel crash when it should fall. +* Fixed Barrels and Crates not dropping items when being destroyed. + +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. diff --git a/build.gradle b/build.gradle index e3b52b75..c330e95d 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript apply plugin: 'forge' -version = "1.7.10-3.2.1" +version = "1.7.10-3.2.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 0b92a575..d6804a85 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.2.1"; + public static final String VERSION = "1.7.10-3.2.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 58f72d1f..69c5dfb5 100644 --- a/version.txt +++ b/version.txt @@ -1,26 +1,23 @@ -version=1.7.10-3.2.1 -version_motd=Minestrappolation 3.2.1 is out! Make sure to also grab latest Clashsoft Lib and Brewing API versions! +version=1.7.10-3.2.2 +version_motd=Minestrappolation 3.2.2 is ready for download. Lots of bugs have been fixed! version_motd_color=gold motd=Welcome the new Minestrappolation Team member: LandKingdom! motd_color=red -url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.2.1/Minestrappolation-1.7.10-3.2.1.jar +url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.2.2/Minestrappolation-1.7.10-3.2.2.jar -+ 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 +> Update to Clashsoft Lib 1.7.10-2.6.0. +> Update to Brewing API 1.7.10-3.0.1. ++ Added Dev Capes. ++ Added a new Crafting table model. ++ Added Rotten Wood Planks, Panels and Boards +* Updated Villager trades. +* Updated Mod information. +* Improved Grenade physics. +* Improved Melters. +* Fixed some Ore Dictionary recipes. +* Fixed some Wood milling issues. +* Fixed Redwood Logs, Leaves and Sapling not being flammable. +* Fixed Uranium and Plutonium blocks behaving incorrectly. +* Fixed Soul Block sounds being Dirt sounds. +* Fixed Barrel crash when it should fall. +* Fixed Barrels and Crates not dropping items when being destroyed. \ No newline at end of file