diff --git a/build.properties b/build.properties index e382c3cf..bd4ef605 100644 --- a/build.properties +++ b/build.properties @@ -1,8 +1,8 @@ -mod_version=1.4.2 +mod_version=1.5.0 minecraft_version=1.10.2 forge_version=12.18.2.2116 mcp_mappings_version=snapshot_20160701 -cyclopscore_version=0.9.0-470 +cyclopscore_version=0.9.1-473 release_type=release ironchest_version=7.0.9.796 diff --git a/resources/changelog/1.10.2-1.5.0.txt b/resources/changelog/1.10.2-1.5.0.txt new file mode 100644 index 00000000..b6878c39 --- /dev/null +++ b/resources/changelog/1.10.2-1.5.0.txt @@ -0,0 +1,11 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 0.9.1 or higher. + +Additions: +* Expose slotless item handler for improved item transfer efficiency +* Add option to create creative-mode chests +* Render interface and core as overlay on formed chests, Closes #37 Always rendering these overlays can be disabled, after which they only render when holding shift. + +Fixes: +* Fix client sometimes desyncing after chunk update, #54 +* Fix clients seeing stacks in slots that are actually empty diff --git a/src/main/java/org/cyclops/colossalchests/Reference.java b/src/main/java/org/cyclops/colossalchests/Reference.java index f1febfa6..4a4feec5 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 = "12.18.2.2116"; 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.9.0"; + public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.9.1"; public static final String MOD_IRONCHEST = "ironchest"; // Dependencies