Started by
Hedgehogsz
on
Topic category: Help with Minecraft modding (Java Edition)
I have made a boss which every 300 ticks i want to summon an entity but i can't figure out how i can do this?
Topic category: Help with Minecraft modding (Java Edition)
I have made a boss which every 300 ticks i want to summon an entity but i can't figure out how i can do this?
create a procedure that triggers when the boss spawns, and use the summon block, repeat block, and wait block to create the summoning mob every 300 ticks, and then put the whole thing in a if statement that checks whether your boss is still alive or not.
sorry not an if statement to the while statement instead
that just crashes the game?
cursed warrior made a video about that and it crashes because when 300 ticks passes they will start a mass spawn and it also keeps spawning even if the boss died btw here is the video https://www.youtube.com/watch?v=jPEv9RMJCA4&t=129s