Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 23, 2016
1 parent ae11fff commit e5ff95a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod_version=0.10.8
mod_version=0.10.9
minecraft_version=1.10.2
forge_version=12.18.1.2049
mcp_mappings_version=snapshot_20160701
cyclopscore_version=0.7.5-392
cyclopscore_version=0.7.6-394
release_type=release

waila_version=1.7.0-B3_1.9.4
Expand Down
27 changes: 27 additions & 0 deletions resources/changelog/1.10.2-0.10.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.7.6 or higher.

Additions:
* Add werewolf villager localization, Closes #462
* Add option to change dark temple loot chest spawning, Closes #466
* Create ja_JP.lang for Minecraft 1.10, thanks to neconeco2!
* Mention in infobook that you can break Hardened Blood and get Blood
* Add Vengeance enchantment to Vengeance Pickaxe, Closes #255
This performs the spawning of Vengeance Spirits, and it comes by default when crafting the Vengeance Pickaxe.
This is also seen as a bad enchant that can be applied when using the Blood Chest, and removed using the Purifier.
* Add TCon Coagulated Blood compat recipe

Changes:
* Balance loot chest spawn rates, Closes #460
* Only allow right click tank draining when shifting. This is simply to ensure consistency and avoid confusion.
* Change Vengeance Pickaxe fortune level to 5

Fixes:
* Fix machines not accepting fluid items when inner tank is full, Closes #459
* Fix bottom fluid rendering for the Dark Tank, Closes #461
* Fix fluid filling/draining sound not always playing, Closes #463
* Fix null entity renderer registration, Closes #467
* Fix broken TCon tools not repairing
* Fix Broom right click interaction with machines
* Fix TCon tool repair cost being too high
* Fix Inventory Tweaks error when sorting Exalted Crafter
2 changes: 1 addition & 1 deletion src/main/java/org/cyclops/evilcraft/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class Reference {
public static final String MOD_FORGE_VERSION_MIN = "12.18.1.2046";
public static final String MOD_CYCLOPSCORE = "cyclopscore";
public static final String MOD_CYCLOPSCORE_VERSION = "@CYCLOPSCORE_VERSION@";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.7.5";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.7.6";
public static final String MOD_THERMALEXPANSION = "ThermalExpansion";
public static final String MOD_WAILA = "Waila";
public static final String MOD_FMP = "ForgeMultipart";
Expand Down

0 comments on commit e5ff95a

Please sign in to comment.