Started by
joveaaron
on
Topic category: Help with Minecraft modding (Java Edition)
I've tried so many things but there is no delay block so it is very hard to make. Can somebody tell me how can this be done? Please, and thank you! https://youtube.com/watch?v=aQfka7FG2Sk
search for wait procedure block or use a number variable for a wait/delay block
What? I don't think there's a "Wait" procedure block. Can you show me how it's made? I'm somewhat of a beginner.
Sure if you use the latest version just search for wait block I mean this block:
This is exactly like a delay block. You need to loop the procedure to make it work like in the video.
OK thank you, but what if I want it to do nothing? Does it work if I leave it empty? Or do I have to add a special condition?
I've got this. Does it work?
The code isn't finished. I've still got to add the delay and the loop for the ringing. The issue is that instead of waiting 20 ticks, then ringing, and then waiting the other 80 ticks, it just plays the sound 300 times and never loops. Is anything wrong with my code?
try to use the loop break block inside of wait 80 ticks block
It won't compile. * sad face *
Will a custom code snippet work with some sort of coding? Is there a delay function in Java?
Does the "Schedule tick of block at X Y Z in x ticks work as a delay block?
HEY, I GOT IT WORKING USING THIS CODE SNIPPET!!!
where # milliseconds!
oh nice you found a delay code snippet to use ^^
good luck to work with your mod!