More improvements

This commit is contained in:
Will FP 2023-12-07 19:54:01 +00:00
parent a186814455
commit b88a1483e1

View File

@ -18,7 +18,7 @@ class VanillaEcoEnchantsEnchantment(
) : Enchantment( ) : Enchantment(
Rarity.VERY_RARE, Rarity.VERY_RARE,
EnchantmentCategory.VANISHABLE, EnchantmentCategory.VANISHABLE,
EquipmentSlot.values() emptyArray()
) { ) {
private val enchant: EcoEnchant? private val enchant: EcoEnchant?
get() = EcoEnchants[id] get() = EcoEnchants[id]