forked from VoxeLibre/VoxeLibre
Fix thorns incompabilities
This commit is contained in:
parent
9a31252c5d
commit
2f1a918667
|
@ -683,7 +683,7 @@ mcl_enchanting.enchantments.thorns = {
|
||||||
primary = {armor_head = true},
|
primary = {armor_head = true},
|
||||||
secondary = {armor_torso = true, armor_legs = true, armor_feet = true},
|
secondary = {armor_torso = true, armor_legs = true, armor_feet = true},
|
||||||
disallow = {non_combat_armor = true},
|
disallow = {non_combat_armor = true},
|
||||||
incompatible = {blast_protection = true, fire_protection = true, projectile_protection = true},
|
incompatible = {},
|
||||||
weight = 1,
|
weight = 1,
|
||||||
description = S("Reflects some of the damage taken when hit, at the cost of reducing durability with each proc."),
|
description = S("Reflects some of the damage taken when hit, at the cost of reducing durability with each proc."),
|
||||||
curse = false,
|
curse = false,
|
||||||
|
|
Loading…
Reference in New Issue