Topic category: Help with Minecraft modding (Java Edition)
I tried following NorthWestTree tutorial but it's too difficult and some of the blocks aren't here.
I have made all stages, seeds, food.
I already made the script of checking if the block below is farmland.
Here is it :
==the event is when you click farmland==
Event trigger : None
if main hand OR off hand is equipped with custom seed AND block click = farmland
AND that the block up the farmland is air THEN
remove air
place level 1 tomato crop
if player/entity not in creative then
remove 1 tomato seed from inventory
================================
when destroyed by explosion
it drops tomato seed
=========================================
if grass or fern destroyed
(not grass block)
drop custom seed
=========================================
what im searching is to grow on water close OR rain
-----------------------------------------------------------------------