Started by
FlowGD
on
Topic category: Help with Minecraft modding (Java Edition)
I have a block with a Leaves block base that I want to randomly run a procedure on. I've tried checking the Tick randomly box and then putting a procedure in the Update Tick trigger, however this doesn't cause the block to run that procedure randomly, instead running only when I place or break a block next to it. How can I make the block tick and run the procedure randomly? I'm pretty sure it's not an issue with it being naturally generated, as it doesn't work when placing the block manually either.
I am having the same issue with random block ticking, please help
Same issue here, I guess the leaves block base has some problem, I thik the best is just creating a block from scratch.
Update : in fact if you just put Block Base to default instead of Leaves the random tick works !