diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EcoEnchantLike.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EcoEnchantLike.kt index eeec0136..49230860 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EcoEnchantLike.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EcoEnchantLike.kt @@ -127,7 +127,7 @@ class VanillaEcoEnchantLike( return false } - if (item.type == Material.BOOK || item.type == Material.ENCHANTED_BOOK) { + if (item.type == Material.ENCHANTED_BOOK) { return true }