forked from VoxeLibre/VoxeLibre
Fix sharpness and bane of arthopods being compatible
This commit is contained in:
parent
7bcc8c1534
commit
9a31252c5d
|
@ -34,7 +34,7 @@ mcl_enchanting.enchantments.bane_of_arthropods = {
|
|||
primary = {sword = true},
|
||||
secondary = {axe = true},
|
||||
disallow = {},
|
||||
incompatible = {smite = true, shaprness = true},
|
||||
incompatible = {smite = true, sharpness = true},
|
||||
weight = 5,
|
||||
description = S("Increases damage and applies Slowness IV to arthropod mobs (spiders, cave spiders, silverfish and endermites)."),
|
||||
curse = false,
|
||||
|
|
Loading…
Reference in New Issue