Started by
GioMikeRafto
on
Topic category: Help with Minecraft modding (Java Edition)
So in both of my mods, my main problem is that seeds are placeable even on top of other seeds. Plants can be grown on stone, on trees and basically everywhere. Is there any way to fix this?
Thanks in advance.
Add a on tick procedure that if not block at x y-1 z = farmland, than destroy block at x y z with drop. Works 100% of the time.
How can I do so? Can you please upload a picture? That would really help
Figured it out, thanks for the help anyway!