Started by
Gaansy
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
I recently decided to update my 1.12 mod to 1.15. However, I have a berry bush attempting to replicate the sweet berry but now the growth between bush states no longer work.
Linked is the image of the procedure, each bush stage is a plant where the procedure is triggered on update tick.
http://www.mediafire.com/file/tfwmcdy122k4dfv/help.PNG/file
Thanks in advance!
Gaansy
Edited by Gaansy on Fri, 11/20/2020 - 00:38
Try doing them at 1 instead of 0.005, that will (should) make them grow each tick, that way you can see if it works right then go down with the number, I'd say 0.05 or so..
Yeah I did temporarily increase them in testing, changing things about but it still doesn't work.
Try making your main number not random, and your individual plant numbers random..
Unfortunately, that didn't work either, thanks for trying to help me tho! If you have any more suggestions keep sending them :)
I don't actually use a timer for my plants, I do it a little different.. if you wanna try it that way look at the post below..
https://mcreator.net/comment/157700/#comment-157700
Thanks :)
I've solved the issue! Turns out for some reason it doesn't work with a plant type based block but does if it is block-based. I'm gonna have to redo all the blocks but at least it should work now :)