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? it was suggested that i use a repeat and a while loop but that just crashes the game.
Use an nbt procedure
On tick update set to get +1
When 300 then spawn entity and set tag back to 0
This way It's a circle
What did you put as your trigger.
tick update