Skip to content

Commit

Permalink
1.7.10-3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 5, 2014
1 parent 943a4a1 commit 801662b
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 39 deletions.
24 changes: 23 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -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
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.2.0"
version = "1.7.10-3.2.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 = "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<String> AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124");
Expand Down
58 changes: 22 additions & 36 deletions version.txt
Original file line number Diff line number Diff line change
@@ -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.
+ 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.

0 comments on commit 801662b

Please sign in to comment.