diff --git a/build.properties b/build.properties index cd7a5bed..06b07f90 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -mod_version=1.3.6 +mod_version=1.3.7 minecraft_version=1.12.2 forge_version=14.23.0.2491 mcp_mappings_version=snapshot_20170926 diff --git a/resources/changelog/1.12.2-1.3.7.txt b/resources/changelog/1.12.2-1.3.7.txt new file mode 100644 index 00000000..7c19c1eb --- /dev/null +++ b/resources/changelog/1.12.2-1.3.7.txt @@ -0,0 +1,13 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 0.10.23 or higher. + +Additions: +* Add config blacklist of friendly mobs that hostile potion abilities don't affect. Fixes #41 + +Changes: +* Make totem recycling more deterministic for different input orders +* Sort abilities in GUI, Closes #44 +* Sign jars + +Fixes: +* Fix XML recipe constants not properly setting levels, Closes #63