Started by
MirroxRebirth
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
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
Yes, something like the 'wait ( ) secs' block in scratch.mit.edu.
Not the best way to do it, but my fluid generators mod relies on a mob suffocating
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
Thank you for your help!
This tutorial could help: https://www.youtube.com/watch?v=VXAPH0g9A00&t=0s&index=3&list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
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.
Great news, a general wait procedure block is now finally coming in 2020.6. More on https://twitter.com/PyloDEV/status/1342881509007650818
When's the update coming out?