Started by GioMikeRafto
on Sun, 07/14/2019 - 03:45
Topic category: Help with MCreator modding
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