What does the new update mean by "Tick counting timer approach?"

Started by -DJ_Studios- on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What does the new update mean by "Tick counting timer approach?"

a simple question, tons of my mod elements use the wait ticks block but the new update has me getting warnings for it! though im not sure what it means by "tick counting timer" thats the whole question lol.

This means that instead of…
Mon, 07/14/2025 - 15:20

This means that instead of calling wait, you have variable that increases every ticks and runs action after N ticks expire.

We added this warning because wait block is heavily misused by users

I suggest you check our…
Mon, 07/14/2025 - 15:20

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can I get an explanation on…
Sat, 08/02/2025 - 18:28

Can I get an explanation on how to implement this