Fix thorns incompabilities

This commit is contained in:
Elias Fleckenstein 2021-01-06 19:41:11 +01:00
parent 9a31252c5d
commit 2f1a918667
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ mcl_enchanting.enchantments.thorns = {
primary = {armor_head = true},
secondary = {armor_torso = true, armor_legs = true, armor_feet = true},
disallow = {non_combat_armor = true},
incompatible = {blast_protection = true, fire_protection = true, projectile_protection = true},
incompatible = {},
weight = 1,
description = S("Reflects some of the damage taken when hit, at the cost of reducing durability with each proc."),
curse = false,