Skip to content

Commit

Permalink
1.7.10-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 19, 2014
1 parent 999caed commit 235f4af
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 20 deletions.
25 changes: 24 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
1.7.10-3.2.3
1.7.10-3.3.0

> Update to Clashsoft Lib 1.7.10-2.7.0.
> Update to Brewing API 1.7.10-3.0.2.
+ Added Deepstone and it’s Stonecutter blocks.
+ Added Oceanstone and Pressurized Oceanstone and their Stonecutter blocks.
+ Added Coldstone and Deep Coldstone and their Stonecutter blocks.
+ Added Icestone and Glacierrock and their Stonecutter blocks.
+ Added Redrock and Deep Redrock and their Stonecutter blocks.
+ Added Edge Bricks and Dark Edge Bricks for most Stone Types.
+ Added Colored Lamps.
+ Added Deathmeal and Wither Dust.
+ Added Wither Blocks and Wither Layers.
+ Added Moss Cover and Moss Lump.
+ Added Enchanted Stick drops from Witches.
+ Added Food Spoiling.
* Moved all Fried Food Items to NBT data.
* Improved Redwood Biome spawn weight.
* Improved the Flint and Steel recipe and texture.
* Fixed Fried Raw Horse Haunches not being craftable.
* Fixed Impact Grenades having a Fuse.
* Fixed various Food Item potion effect durations.

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

public static final List<String> AUTHORS = Arrays.asList("SoBiohazardous", "Clashsoft", "Delocuro", "Thewerty1124", "LandKingdom");
Expand Down
42 changes: 25 additions & 17 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
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
version=1.7.10-3.3.0
version_motd=Get your Minestrappolation 3.3 copy while it is hot!
version_motd_color=red
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.3/Minestrappolation-1.7.10-3.2.3.jar
motd_color=light_blue
url=https://github.com/MinestrapTeam/Minestrappolation-2/releases/download/1.7.10-3.3.0/Minestrappolation-1.7.10-3.3.0.jar

* 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.
> Update to Clashsoft Lib 1.7.10-2.7.0.
> Update to Brewing API 1.7.10-3.0.2.
+ Added Deepstone and it’s Stonecutter blocks.
+ Added Oceanstone and Pressurized Oceanstone and their Stonecutter blocks.
+ Added Coldstone and Deep Coldstone and their Stonecutter blocks.
+ Added Icestone and Glacierrock and their Stonecutter blocks.
+ Added Redrock and Deep Redrock and their Stonecutter blocks.
+ Added Edge Bricks and Dark Edge Bricks for most Stone Types.
+ Added Colored Lamps.
+ Added Deathmeal and Wither Dust.
+ Added Wither Blocks and Wither Layers.
+ Added Moss Cover and Moss Lump.
+ Added Enchanted Stick drops from Witches.
+ Added Food Spoiling.
* Moved all Fried Food Items to NBT data.
* Improved Redwood Biome spawn weight.
* Improved the Flint and Steel recipe and texture.
* Fixed Fried Raw Horse Haunches not being craftable.
* Fixed Impact Grenades having a Fuse.
* Fixed various Food Item potion effect durations.

0 comments on commit 235f4af

Please sign in to comment.