diff --git a/Changelog.txt b/Changelog.txt index 5a6c9ef..3fb5522 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,9 @@ +Flan 1.1.3 +====================== +- Ignore item usage with non player (e.g. with modded machines). Fix #12 +- Tell the player the amount of claimblocks etc. when switching to the claiming tool and creating/resizing claims +- Fix resizing claims not taking into account the minClaimSize value + Flan 1.1.2 ====================== - Fix reload command being not restricted to admins diff --git a/gradle.properties b/gradle.properties index f5091a2..c9b2784 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.1.2 + mod_version = 1.1.3 maven_group = com.flemmli97.flan archives_base_name = flan