diff --git a/mods/ITEMS/mcl_enchanting/enchantments.lua b/mods/ITEMS/mcl_enchanting/enchantments.lua index 3b9513e2..53985d0e 100644 --- a/mods/ITEMS/mcl_enchanting/enchantments.lua +++ b/mods/ITEMS/mcl_enchanting/enchantments.lua @@ -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,