diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/target/EnchantmentTarget.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/target/EnchantmentTarget.kt index 7497fb6a..b08454da 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/target/EnchantmentTarget.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/target/EnchantmentTarget.kt @@ -73,12 +73,12 @@ enum class TargetSlot( HANDS({ listOf( it.inventory.heldItemSlot, - 45 + 40 ) }), ARMOR({ - listOf(5, 6, 7, 8) + (36..39).toList() }), ANY({