Adding a delay to a procedure

Started by MirroxRebirth on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 years ago
Joined Jul 2018
Points:
687

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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

Active 4 days ago
Joined May 2018
Points:
1127

User statistics:

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

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

Active 5 years ago
Joined Sep 2017
Points:
941

User statistics:

  • Modifications: 7
  • Forum topics: 11
  • Wiki pages: 1
  • MCreator plugins: 0
  • Comments: 202
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

Active 5 years ago
Joined Feb 2016
Points:
780

User statistics:

  • Modifications: 4
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 29
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

Active 1 year ago
Joined Jul 2018
Points:
684

User statistics:

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

Thank you for your help!

Active 1 year ago
Joined Jul 2019
Points:
729

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
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.

Active 2 years ago
Joined Jan 2021
Points:
696

User statistics:

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

When's the update coming out?