Repeat block not waiting or doing all once

Started by Ch336ico on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Jul 2024
Points:
124

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
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.

Active 11 months ago
Joined Apr 2024
Points:
119

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
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