mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-11 01:29:36 +01:00
Fix sharpness and bane of arthopods being compatible
This commit is contained in:
parent
7bcc8c1534
commit
9a31252c5d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue