Started by
DragenSlayor
on
Topic category: Help with MCreator software
Is there any way to wait in between each action in procedures? I'd like to know if theres a way.
Edited by DragenSlayor on Mon, 11/19/2018 - 16:54
Topic category: Help with MCreator software
Is there any way to wait in between each action in procedures? I'd like to know if theres a way.
That looks like it's for minecraft versions up to 1.8.x. There is mention of using the Capabilities system for 1.8.9+. I'll have to go read up on that.
You'd think the vanilla code up there would work, though. *shrug* I must be screwing up the while loop. I just need to figure it out. Or, uh, just use Forge's new way of doing things. Both will require more reading. :P
Oy, am still thinking 1.7.10 lol. Oh, but check this out, apparently Forge has official documentation. https://mcforge.readthedocs.io/en/latest/events/intro/
Thanks!
Thanks for this useful forum, guys!
Your Welcome.
Set global variable "waitTimer" to itself + 1.
if the variable "waitTimer" is "your number value here"
then execute commands below
reset variable "waitTimer" to "0"
Complete task, wait for next execution of procedure.
the myth of "waitUntil" block is now possible.
OMG!!!!
This tutorial could help: https://www.youtube.com/watch?v=VXAPH0g9A00&t=0s&index=3&list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
works for me
Minecraft does freeze. Other processes in mod freeze
What is the tick rate of the block? If the tick rate is 20 (1 second), then the procedure wouldn't be run until those ticks have passed.
Sorry, I was responding to a post on a different page and didn't realize there was another...
can you type that whole line because there is a ... partway through it
the thing on page 2
there is a custom code snippet thingy I want to know