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 26, 2017
1 parent 1f6e7a0 commit 4ac6b00
Show file tree
Hide file tree
Showing 3 changed files with 13 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.23
mod_version=0.10.24
minecraft_version=1.10.2
forge_version=12.18.2.2104
mcp_mappings_version=snapshot_20160701
cyclopscore_version=0.10.3-556
cyclopscore_version=0.10.4-557
release_type=release

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

Fixes:
* Fix Bound Blood Drop duplication Blood from Purifier, Closes #557
This occured when taking out blood from the Purifier with the Bound Blood Drop.
* Add missing Twig Brush recipe, Closes #557
* Make broom part recipes NBT sensitive, Closes #554
This fixes the problem where you could use any bare part to craft the desired parts.

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 @@ -77,7 +77,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.10.3";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.10.4";
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 4ac6b00

Please sign in to comment.