diff --git a/build.properties b/build.properties index 9b79b23f..3474b04e 100644 --- a/build.properties +++ b/build.properties @@ -1,8 +1,8 @@ -mod_version=1.6.4 +mod_version=1.6.5 minecraft_version=1.12 forge_version=14.21.1.2406 mcp_mappings_version=snapshot_20170629 -cyclopscore_version=0.10.9-614 +cyclopscore_version=0.10.10-617 release_type=release ironchest_version=7.0.9.796 diff --git a/resources/changelog/1.12-1.6.5.txt b/resources/changelog/1.12-1.6.5.txt new file mode 100644 index 00000000..e1406e5d --- /dev/null +++ b/resources/changelog/1.12-1.6.5.txt @@ -0,0 +1,6 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 0.10.10 or higher. + +Changes: +* Update recipe id references due to latest CyclopsCore changes + diff --git a/src/main/java/org/cyclops/colossalchests/Reference.java b/src/main/java/org/cyclops/colossalchests/Reference.java index 6bb1164e..e0449960 100644 --- a/src/main/java/org/cyclops/colossalchests/Reference.java +++ b/src/main/java/org/cyclops/colossalchests/Reference.java @@ -35,7 +35,7 @@ public 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_VERSION = "@CYCLOPSCORE_VERSION@"; - public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.10.9"; + public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.10.10"; public static final String MOD_IRONCHEST = "ironchest"; // Dependencies