diff --git a/build.properties b/build.properties index ae9db60..cc42e8d 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -mod_version=1.1.0 +mod_version=1.2.0 minecraft_version=1.14.4 forge_version=28.1.1 mcp_mappings_channel=snapshot diff --git a/resources/changelog/1.14.4-1.2.0.txt b/resources/changelog/1.14.4-1.2.0.txt new file mode 100644 index 0000000..ebbfbef --- /dev/null +++ b/resources/changelog/1.14.4-1.2.0.txt @@ -0,0 +1,12 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 1.5.4 or higher. + +Additions: +* Add config option to hash NBT tags in filenames + This resolves OS problems with long filenames. + If enabled, NBT tag contents are serialized to + an auxiliary txt file with the same base name. + Closes #5 + +Changes: +* Don't make export stop the export process, Closes #4