avoid warn on default config

This commit is contained in:
alexcrea 2024-02-01 20:42:41 +01:00
parent 9f35c1a98d
commit 17bc9073a2
3 changed files with 27 additions and 9 deletions

View file

@ -145,8 +145,10 @@ restriction_sweeping:
enchantments: [sweeping]
notAffectedGroups: [swords]
# Do not exist in 1.18 but future proof
# Do not exist in 1.18, that mean useInFuture will be set to true
# useInFuture set to true also mean it will not warn if there is an issue
restriction_swift_sneak:
useInFuture: true
enchantments: [swift_sneak]
notAffectedGroups: [boots]