diff --git a/Changelog.txt b/Changelog.txt index 07d8299..60973e0 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,10 @@ +Flan 1.2.1 +====================== +- Fix wrong claim size calculation #19 +- Fix blacklisted worlds not saving #21 +- Fix group command not able to edit some groups with illegal characters #20 +- Add toggable mobspawning for claims. Needs allowMobSpawnToggle to be true in the config + Flan 1.2.0 ====================== - Claim display stays as long as you are holding either the inspection or the claiming tool diff --git a/gradle.properties b/gradle.properties index 46c5b9e..e63526b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx2G loader_version=0.9.1+build.205 # Mod Properties - mod_version = 1.2.0 + mod_version = 1.2.1 maven_group = com.flemmli97.flan archives_base_name = flan