From 0bb496938cbfb92b77db1d86d2e4a54b3247847e Mon Sep 17 00:00:00 2001 From: alexcrea Date: Sat, 3 Feb 2024 21:30:36 +0100 Subject: [PATCH] fix not affected groups for thorns --- src/main/resources/enchant_conflict.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/enchant_conflict.yml b/src/main/resources/enchant_conflict.yml index 4bbbf49..c5fea81 100644 --- a/src/main/resources/enchant_conflict.yml +++ b/src/main/resources/enchant_conflict.yml @@ -160,7 +160,7 @@ restriction_swift_sneak: restriction_thorns: enchantments: [thorns] - notAffectedGroups: [enchanted_book, chestplate] + notAffectedGroups: [enchanted_book, armors] restriction_unbreaking: enchantments: [unbreaking]