mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
avoid warn on default config
This commit is contained in:
parent
9f35c1a98d
commit
17bc9073a2
3 changed files with 27 additions and 9 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue