[1.12] Placer doesn't plant sweet berries from the mod "Future MC"
Federsavo opened this issue ยท 5 comments
Thank you for maintaining this beautiful mod. Btw I won't close this issue because I see you linked it to the future mc github.
Hey man, thanks for keeping filing issues for stuff you see! I made a PR for FutureMC, which should solve the issue. The placer looks at an aspect of the item, which says that it can be planted, and what the plant is. That's what the berries need.
Ok TDC is changing the FMC code to Kotlin (therefor PR rejected) and will implement IPlantable then in Kotlin.
IPlantable is already implemented in BlockBush, which my block extends. I don't know what's happening here.
Hi, sorry I placed my answer not here but in the PR thread here thedarkcolour/Future-MC#87 (comment).
It's about the plantability of class ItemBerry extends ItemFood implements Modeled
-> class ItemBerry extends ItemFood implements Modeled, IPlantable