is there a way to delay actions in procedures

Started by blinkerfishy on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is there a way to delay actions in procedures

does it exist a block that waits a set amont of tick or delays the actions?

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a wait block you…
Wed, 10/29/2025 - 06:12

There is a wait block you can use to delay an action for a set amount of ticks, you can find it at the bottom of flow control, 20 ticks = 1 second.