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. It was also suggested that i use NBT procedures but i have tried to use them but they seem to never work. if anyone could help please can you make sure to fully explain how.
NBT works perfectly , you just don't know how to use it and duplicating post is not helpful at all
https://imgur.com/a/wXURRd3
This is what I did. But instead of using variables like me, you can use nbt.
It's a mana regen procedure but replace everything in the do part of the first if statement except set nextManaAdd to 200. Replace 200 with any value, but remember to change variables like nextManaAdd to nbt tags.
thanks ill try that now