Adding a delay to a procedure

Started by MirroxRebirth on

Topic category: Help with modding (Java Edition)

Last seen on 10:45, 7. Jul 2018
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Adding a delay to a procedure

I am currently trying to make a generator mod for minecraft 1.12.2 but i cant figure out how to add a second or tick delay that loops

Last seen on 04:15, 27. Mar 2024
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, something like the …
Fri, 07/06/2018 - 17:15

Yes, something like the 'wait ( ) secs' block in scratch.mit.edu.

Last seen on 00:36, 3. Mar 2020
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not the best way to do it,…
Sat, 07/07/2018 - 14:18

Not the best way to do it, but my fluid generators mod relies on a mob suffocating

Last seen on 14:42, 26. May 2020
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use the tick update, put the…
Sun, 07/08/2018 - 19:39

use the tick update, put the procedure loop in the update tick event and configure the "delay" in the block tick rate

hope this helps

sorry about my english, i'm brazilian

Last seen on 11:29, 12. Dec 2023
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for your help!
Sat, 11/24/2018 - 20:02

Thank you for your help!

Last seen on 00:23, 17. Oct 2021
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the video did not help. i am…
Sat, 07/13/2019 - 19:24

the video did not help. i am having this problem also.
i wish to find a way to have a delay in my script i am making for a scripted boss fight....
it may crash or lag but i may just need to do a repeat by 99999999999 block. to slow the progress of it reading the other blocks in the script... but legit... mc creator needs a delay function or a adv scripting tool.

Last seen on 00:50, 23. Jul 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When's the update coming out…
Sun, 03/28/2021 - 20:59

When's the update coming out?