Skip to content

Commit

Permalink
1.7.10-3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 18, 2014
1 parent 39cbbdc commit 174a9d1
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 22 deletions.
17 changes: 16 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
1.7.10-3.2.2
1.7.10-3.2.3

* All mineral blocks can be used as Beacon bases.
* All Plating recipes now only give 1 Plating per craft in order to balance the gameplay a bit.
* Fixed pick-block on Rotten Wood Blocks yielding the wrong blocks.
* Fixed Board Slabs texture rotation.
* Fixed Magma Ooze burning items.
* Fixed Cooked Mutton not working correctly.
* Fixed Calamari creating ghost stacks.
* Fixed Fried Foods giving hunger effect for too long.
* Fixed Panes rendering incorrectly.
* Fixed Crash when walking on Sandstone Brick Stairs.
* Fixed Redwood Logs not being smeltable into Charcoal.
* Fixed Redwood Logs and Saplings not being usable as fuel.

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.
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.2"
version = "1.7.10-3.2.3"
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 = "1.7.10-3.2.2";
public static final String VERSION = "1.7.10-3.2.3";
public static final String DEPENDENCY = "required-after:" + BrewingAPI.MODID;

public static final List<String> AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124", "LandKingdom");
Expand Down
34 changes: 15 additions & 19 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
version=1.7.10-3.2.2
version_motd=Minestrappolation 3.2.2 is ready for download. Lots of bugs have been fixed!
version=1.7.10-3.2.3
version_motd=Minestrappolation 3.2.3 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.2/Minestrappolation-1.7.10-3.2.2.jar
url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.2.3/Minestrappolation-1.7.10-3.2.3.jar

> 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.
* All mineral blocks can be used as Beacon bases.
* All Plating recipes now only give 1 Plating per craft in order to balance the gameplay a bit.
* Fixed pick-block on Rotten Wood Blocks yielding the wrong blocks.
* Fixed Board Slabs texture rotation.
* Fixed Magma Ooze burning items.
* Fixed Cooked Mutton not working correctly.
* Fixed Calamari creating ghost stacks.
* Fixed Fried Foods giving hunger effect for too long.
* Fixed Panes rendering incorrectly.
* Fixed Crash when walking on Sandstone Brick Stairs.
* Fixed Redwood Logs not being smeltable into Charcoal.
* Fixed Redwood Logs and Saplings not being usable as fuel.

0 comments on commit 174a9d1

Please sign in to comment.