update some vars

This commit is contained in:
Flemmli97 2021-12-04 15:25:19 +01:00
parent 8b274631bd
commit e079dbbe1c
3 changed files with 4 additions and 18 deletions

View File

@ -1,20 +1,6 @@
Flan 1.6.3
======================
- Fix sethome command feedback error
- Add maxClaims config to specify max amount of claims (regardless of size)
a player can have. Ignored in admin mode
Also has a permission node for it: flan.claims.amount
Default is -1 (aka disabled)
- Change the need to have enough claimblocks if the player is in adminmode
- Add messages for entering and leaving a claim
- Add option to create a claim of a given size to the addClaim command
e.g. /flan addClaim rect 10 10 will create a claim of size 10x10 centered around the player
- Add option to use up all unused claimblocks to create a square claim
/flan addClaim all
- Fix some stuff not using translation (e.g. Claim-Group menu title)
- Split ignoredBlocks config into breakBlockBlacklist and interactBlockBlacklist.
For shops which should be right clickable and unbreakable or graves which should just be breakable
- Split blockEntityTagIgnore into breakBlockEntityTagBlacklist and interactBlockEntityTagBlacklist
- Port to 1.18
Flan 1.6.2
======================

View File

@ -16,7 +16,7 @@
"environment": "*",
"entrypoints": {
"main": [
"io.github.flemmli97.flan.FlanFabric"
"io.github.flemmli97.flan.fabric.FlanFabric"
]
},
"mixins": [

View File

@ -25,8 +25,8 @@ ftb_ranks=1605.1.2-build.17
dicemcmm=curse.maven:dicemcmoney-406972:3397211
# Curse properties
curse_page_fabric=https://www.curseforge.com/minecraft/mc-mods/flan
curse_versions=1.18, Java 17
curse_page_fabric=https://www.curseforge.com/minecraft/mc-mods/flan
curse_id_fabric=404578
curse_dep_fabric=fabric-api
curse_page_forge=https://www.curseforge.com/minecraft/mc-mods/flan-forge
@ -35,5 +35,5 @@ curse_dep_forge=
# Other
project_name=Flan
full_changelog=https://github.com/Flemmli97/Flan/blob/1.16/Changelog.md
full_changelog=https://github.com/Flemmli97/Flan/blob/1.18/Changelog.md
discord_role=<@&852113509243682817>