Execute a procedure with a pause

Started by CafecitoConMiel on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Feb 2022
Points:
473

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Execute a procedure with a pause
Wed, 02/02/2022 - 01:27 (edited)

Hi to everyone, I would like to execute a procedure every 20 ticks. I'm doing it with the wait/do block, but all of them execute in parallel (maybe wait/do is async)

How can I Acomplish it? The current code is:

 

code

 

Edited by CafecitoConMiel on Wed, 02/02/2022 - 01:27