Started by
aaleruizz
on
Topic category: Help with MCreator software
I am doing a very complete mod and with a lot of news, but I have a problem when I do a crop, I don't know how to modify the time in which it grows, I don't know how to modify the ticks. I AM USING THE MCRATOR VERSION 1.7.7. Please help me and I will give you a fantastic mod so we can all use them.
The crop you made has an "update tick". If you let it grow based on that update tick it will grow pretty fast. What you can do is adding a randomiser:
if random [0,1] < 0.3
place block NAMEOFBLOCK at x y z.
Now your crop will grow at 30% the speed of the update tick on average.
thank you very much you have helped me a lot, I will put you in the credits 😀