Started by
Ch336ico
on
Topic category: Help with Minecraft modding (Java Edition)
If I put a waiting block inside a repeat block, it will do, wait, repeat, wait, repeat, wait...? Because I have this thing and its not waiting or doing it all once.
nah
repeat block just does everything that is put in it at one moment
like
Repeat 50 times:
Wait 20 ticks then on server-side do:
Spawn entity Cow
it will wait 20 ticks and then instantly spawn 50 cows
Try redwires plugin, it has this block