Started by
Newclear
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a mod for some seeds for some food but i cant see to be able to find away that allows me to be able to only plant on Farmland.
If there is a video for this can someone link it to me please
SO NO ONE CAN HELP, OK, THANKS FOR THE REPLIES >:(
sorry bud but i wouldn't know how to do that to save my life
Amke an item, and name they "Seeds"
Make the block that is placed by the seeds
Add an event for the item: when right-clicked on block (condition : is block at x=i, y=j-1 z=k farmland) stack event:
-add block (seeds block)
-Consume item in inventory (seeds item)
I Hope that it helped
Remember that in MCreator 1.7.5 rightclick events don't work.
Sorry but I've done and error : in the condition of the right click event you need to put x=k y=j, z=i and in the event x=k y=j+1, z=i