Block set to tick randomly doesn't trigger the Update Tick event

Started by FlowGD on

Topic category: Help with Minecraft modding (Java Edition)

Active 9 months ago
Joined Sep 2016
Points:
736

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
Block set to tick randomly doesn't trigger the Update Tick event

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.

Active 4 years ago
Joined Nov 2020
Points:
634

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
I am having the same issue…
Sun, 03/07/2021 - 14:05

I am having the same issue with random block ticking, please help

Active 2 years ago
Joined Nov 2022
Points:
368

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Same issue here, I guess the…
Sat, 11/12/2022 - 19:22

Same issue here, I guess the leaves block base has some problem, I thik the best is just creating a block from scratch.

Active 2 years ago
Joined Nov 2022
Points:
368

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Update : in fact if you just…
Sat, 11/12/2022 - 20:00

Update : in fact if you just put Block Base to default instead of Leaves the random tick works !