Fix Cocoa on EnchantmentReplenish.kt

This commit is contained in:
WeloxiaDev 2024-06-20 22:56:54 +03:00 committed by GitHub
parent f166ebf6fb
commit 8ad97b9eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
)