diff --git a/Changelog.txt b/Changelog.txt index baf1d57..fd106db 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,18 @@ +Flan 1.5.3 +====================== +- Add wiki link to help command +- Add shortcut /flan ? displaying the help command +- Make server gui inventory unmodifiable by vanilla methods. + This inturn makes sure other mods cant take or put items into it +- Fix inspection tool and claiming tool bypassing permission +- Add LIGHTNING permission: + Decides wether a lightning can set blocks on fire and affect non hostile mobs it hits +- Add scoreboard criteria for tracking various things: + flan:total_claimblocks: Tracks the total claim blocks of players (normal and additional claimblocks) + flan:used_claimblocks: Tracks the used claimblocks of players + flan:free_claimblocks: Tracks the amount a player can use to claim + flan:claim_number: Tracks the number of claims a player has in total + Flan 1.5.2 ====================== - Add left click blocks check cause some blocks react to that (dragon egg) diff --git a/gradle.properties b/gradle.properties index b2bbf0e..9541f7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ minecraft_version=1.16.5 yarn_mappings=1.16.5+build.9 loader_version=0.11.3 # Mod Properties -mod_version=1.5.2 +mod_version=1.5.3 maven_group=io.github.flemmli97 archives_base_name=flan # Dependencies