Hello, is there a way to grow all crops faster with out changing the tic speed? Im only trying to make the crops grow faster, and not trees, animals and other stuff. Is there a easy way to do this for all crops? Just to speed up the growth speed.
I have the code here. Its very very messy and ugly lol. I just have it for wheat. Not sure if there is a way for all crops tho?
I have the code here. Its very very messy and ugly lol. I just have it for wheat. Not sure if there is a way for all crops tho?
Code:
on right click on farmland:
if player's held item is wheat seeds:
wait 1 seconds
set block above event-block to stage 4 wheat plant
wait 1 seconds
set block above event-block to stage 5 wheat plant
wait 1 seconds
set block above event-block to stage 6 wheat plant
wait 1 seconds
set block above event-block to stage 7 wheat plant
wait 1 seconds
set block above event-block to stage 8 wheat plant
wait 1 seconds
set block above event-block to fully grown wheat plant