diff --git a/build.properties b/build.properties index b41a5b00..8ef2e0bd 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -mod_version=1.7.13 +mod_version=1.8.0 minecraft_version=1.16.5 forge_version=36.0.14 mcp_mappings_channel=snapshot diff --git a/resources/changelog/1.16.5-1.8.0.txt b/resources/changelog/1.16.5-1.8.0.txt new file mode 100644 index 00000000..fcd2d72f --- /dev/null +++ b/resources/changelog/1.16.5-1.8.0.txt @@ -0,0 +1,7 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 1.11.6 or higher. + +Additions: +* Expose inventory state on Colossal Chests + This allows mods such as Integrated Tunnels + to interact with it more efficiently.