Repeat block not waiting or doing all once

Started by Ch336ico on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Repeat block not waiting or doing all once

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.

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nahrepeat block just does…
Tue, 07/30/2024 - 14:54

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