mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
fix turtle scule unit repair and force migratation of sweeping edge
This commit is contained in:
parent
45dd92e0f4
commit
f1c3cf46e1
11 changed files with 143 additions and 22 deletions
|
|
@ -152,7 +152,6 @@ enchant_limits:
|
|||
minecraft:knockback: 2
|
||||
minecraft:fire_aspect: 2
|
||||
minecraft:looting: 3
|
||||
minecraft:sweeping: 3
|
||||
minecraft:sweeping_edge: 3
|
||||
minecraft:efficiency: 5
|
||||
minecraft:unbreaking: 3
|
||||
|
|
@ -287,9 +286,6 @@ enchant_values:
|
|||
minecraft:swift_sneak:
|
||||
item: 8
|
||||
book: 4
|
||||
minecraft:sweeping:
|
||||
item: 4
|
||||
book: 2
|
||||
minecraft:sweeping_edge:
|
||||
item: 4
|
||||
book: 2
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ restriction_soul_speed:
|
|||
notAffectedGroups: [ enchanted_book, boots ]
|
||||
|
||||
restriction_sweeping_edge:
|
||||
enchantments: [ minecraft:sweeping, minecraft:sweeping_edge ]
|
||||
enchantments: [ minecraft:sweeping_edge ]
|
||||
notAffectedGroups: [ enchanted_book, swords ]
|
||||
|
||||
restriction_swift_sneak:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue