diff --git a/build.properties b/build.properties index bcc0fd46..75e5d34a 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -mod_version=1.3.1 +mod_version=1.3.2 minecraft_version=1.11.2 forge_version=13.20.0.2201 mcp_mappings_version=snapshot_20161206 diff --git a/resources/changelog/1.11.2-1.3.2.txt b/resources/changelog/1.11.2-1.3.2.txt new file mode 100644 index 00000000..4a1eeb16 --- /dev/null +++ b/resources/changelog/1.11.2-1.3.2.txt @@ -0,0 +1,6 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 0.10.5 or higher. + +Fixes: +* Fix console spam when ability desync occured, Closes #48 +* Fix crash when other mods add EnumFacing entries, Closes #49