Merge pull request #394 from WeloxiaDev/patch-1

Fix Cocoa on EnchantmentReplenish.kt
This commit is contained in:
Will FP 2024-06-23 00:31:01 +01:00 committed by GitHub
commit dffe2d6198
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
}
)