Started by
Vivisectional
on
Topic category: Help with Minecraft modding (Java Edition)
I don't understand. Why is all the other code working, but not the code that spawns an entity?
https://imgur.com/a/vLxz32h
Topic category: Help with Minecraft modding (Java Edition)
I don't understand. Why is all the other code working, but not the code that spawns an entity?
https://imgur.com/a/vLxz32h
i'm not sure.try only x y z instead of iterator's
Due to it being a global tick update, I cannot use x y z, and iterators would be the best possible option here. However, thank you.
I would advise you to not spawn things on tick, or this will degrade the game performance greatly
Thanks for the advice, but this doesn't spawn entities on tick.