Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 15, 2017
1 parent bdf4192 commit 7472760
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_version=0.1.9
mod_version=0.1.10
minecraft_version=1.12
forge_version=14.21.1.2406
mcp_mappings_version=snapshot_20170629
cyclopscore_version=0.10.7-594
cyclopscore_version=0.10.21-704
release_type=release
5 changes: 5 additions & 0 deletions resources/changelog/1.12-0.1.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.10.21 or higher.

Fixes:
* Fix TPS issues when crafter remains active using a new recipe caching system, Closes #11
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class Reference {
public static final String MOD_FORGE_VERSION_MIN = "14.21.1.2406";
public static final String MOD_CYCLOPSCORE = "cyclopscore";
public static final String MOD_CYCLOPSCORE_MINVERSION = "@CYCLOPSCORE_VERSION@";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.10.7";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.10.21";

// Dependencies
public static final String MOD_DEPENDENCIES =
Expand Down

0 comments on commit 7472760

Please sign in to comment.