mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
fix some typo on yml resources.
This commit is contained in:
parent
8ba1b532df
commit
655a0c36ac
2 changed files with 10 additions and 6 deletions
|
|
@ -5,9 +5,9 @@
|
|||
# (exemple: protection can be applied to chestplate AND should not have other "protection")
|
||||
|
||||
# These restriction are about not allowing enchantment on illegal items
|
||||
restriction_aqua_infinity:
|
||||
enchantments: [aqua_infinity]
|
||||
notAffectedGroups: [helmet]
|
||||
restriction_aqua_affinity:
|
||||
enchantments: [aqua_affinity]
|
||||
notAffectedGroups: [helmets]
|
||||
|
||||
restriction_bane_of_arthropods:
|
||||
enchantments: [bane_of_arthropods]
|
||||
|
|
@ -86,7 +86,7 @@ restriction_lure:
|
|||
notAffectedGroups: [fishing_rod]
|
||||
|
||||
restriction_mending:
|
||||
enchantments: [ending]
|
||||
enchantments: [mending]
|
||||
notAffectedGroups: [can_unbreak]
|
||||
|
||||
restriction_multishot:
|
||||
|
|
@ -119,7 +119,7 @@ restriction_quick_charge:
|
|||
|
||||
restriction_respiration:
|
||||
enchantments: [respiration]
|
||||
notAffectedGroups: [helmet]
|
||||
notAffectedGroups: [helmets]
|
||||
|
||||
restriction_riptide:
|
||||
enchantments: [riptide]
|
||||
|
|
@ -145,6 +145,7 @@ restriction_sweeping:
|
|||
enchantments: [sweeping]
|
||||
notAffectedGroups: [swords]
|
||||
|
||||
# Do not exist in 1.18 but future proof
|
||||
restriction_swift_sneak:
|
||||
enchantments: [swift_sneak]
|
||||
notAffectedGroups: [boots]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue