From 76fc3541276f7d8c0a1de3cf1069e5cd2eb50970 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Tue, 23 Apr 2024 02:02:55 +0200 Subject: [PATCH] Fix swift sneak allowed item on default config. --- 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 dfc5261..c3d8867 100644 --- a/src/main/resources/enchant_conflict.yml +++ b/src/main/resources/enchant_conflict.yml @@ -156,7 +156,7 @@ restriction_sweeping: restriction_swift_sneak: useInFuture: true enchantments: [ swift_sneak ] - notAffectedGroups: [ enchanted_book, boots ] + notAffectedGroups: [ enchanted_book, leggings ] restriction_thorns: enchantments: [ thorns ]