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 11, 2016
1 parent 3c0f156 commit 9c39dbf
Show file tree
Hide file tree
Showing 3 changed files with 11 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.9
mod_version=0.9.10
minecraft_version=1.9
forge_version=12.16.1.1900
mcp_mappings_version=snapshot_20160312
cyclopscore_version=0.5.8-314
cyclopscore_version=0.5.9-320
release_type=release

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

Fixes:
* Fix Box of Eternal Closure crafting recipe, Closes #367
* Update to remain compatible with latest Forge changes, Closes #370
* Make dark tank draining check safer
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.1.1900";
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.8";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.5.9";
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 9c39dbf

Please sign in to comment.