Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 6, 2016
1 parent 5ccb5e4 commit e772a24
Show file tree
Hide file tree
Showing 3 changed files with 19 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.9.8
mod_version=0.9.9
minecraft_version=1.9
forge_version=12.16.0.1871-1.9
mcp_mappings_version=snapshot_20160312
cyclopscore_version=0.5.6-307
cyclopscore_version=0.5.8-314
release_type=release

waila_version=1.7.0-B2_1.9
Expand Down
16 changes: 16 additions & 0 deletions resources/changelog/1.9-0.9.9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.5.8.

Additions:
* Add Spanish language file, Credits to https://twitter.com/Leemdeb

Fixes:
* Fix Dark Block rendering crash in TCon crafting station, Closes #365
* Fix Spiked Plate not damaging entities
* Fix crash when spawning Werewolf
* Possible Evil Dungeon worldgen crash, Closes #364
* Fix Blood Stained Block rendering crash, Closes #363
* Fix crash when growing Undead Sapling, Closes #362
* Fix crash when splitting Hardened Blood with Flint and Steel, Closes #361
* Add Box of Eternal Closure breaking particles, Closes #360
* Improve Spirit Reanimator error message, Closes #359
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 @@ -74,7 +74,7 @@ public class Reference {
public static final String MOD_FORGE_VERSION_MIN = "12.16.0.1767";
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.5.6";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.5.8";
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 e772a24

Please sign in to comment.