Fix sharpness and bane of arthopods being compatible

This commit is contained in:
Elias Fleckenstein 2021-01-06 19:04:04 +01:00
parent 7bcc8c1534
commit 9a31252c5d
1 changed files with 1 additions and 1 deletions

View File

@ -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,