diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchant/impl/hardcoded/EnchantmentReplenish.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchant/impl/hardcoded/EnchantmentReplenish.kt index d1ba489c..e82bd523 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchant/impl/hardcoded/EnchantmentReplenish.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchant/impl/hardcoded/EnchantmentReplenish.kt @@ -74,6 +74,7 @@ class EnchantmentReplenish( Material.POTATOES -> Material.POTATO Material.CARROTS -> Material.CARROT Material.BEETROOTS -> Material.BEETROOT_SEEDS + Material.COCOA -> Material.COCOA_BEANS else -> type } )