bump version and changelog
This commit is contained in:
parent
7b56facd60
commit
87c607f64a
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user