mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
More improvements
This commit is contained in:
parent
a186814455
commit
b88a1483e1
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user