From b88a1483e1747fdf1ef39af735417797d0a47152 Mon Sep 17 00:00:00 2001 From: Will FP Date: Thu, 7 Dec 2023 19:54:01 +0000 Subject: [PATCH] More improvements --- .../v1_20_R3/registration/VanillaEcoEnchantsEnchantment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-nms/v1_20_R3/src/main/kotlin/com/willfp/ecoenchants/proxy/v1_20_R3/registration/VanillaEcoEnchantsEnchantment.kt b/eco-core/core-nms/v1_20_R3/src/main/kotlin/com/willfp/ecoenchants/proxy/v1_20_R3/registration/VanillaEcoEnchantsEnchantment.kt index cbbe0325..90e8a643 100644 --- a/eco-core/core-nms/v1_20_R3/src/main/kotlin/com/willfp/ecoenchants/proxy/v1_20_R3/registration/VanillaEcoEnchantsEnchantment.kt +++ b/eco-core/core-nms/v1_20_R3/src/main/kotlin/com/willfp/ecoenchants/proxy/v1_20_R3/registration/VanillaEcoEnchantsEnchantment.kt @@ -18,7 +18,7 @@ class VanillaEcoEnchantsEnchantment( ) : Enchantment( Rarity.VERY_RARE, EnchantmentCategory.VANISHABLE, - EquipmentSlot.values() + emptyArray() ) { private val enchant: EcoEnchant? get() = EcoEnchants[id]