Started by
TheBigGrain
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I am making a mob that spawns ice blocks above your head that fall (kinda like the iceologer) but my problem is that i have this attack triggered by "on entity tick update" of the mob which means that there is no source entity dependency. What I am trying to do is spawn the ice block above the player but i can't since i can't get the players coordinates. Does anyone know what I can do?
https://imgur.com/a/CKCIWqE whole attack procedure
I am probably going to just spawn the ice blocks around the mob in a pattern instead, but if anyone knows a solution I would still like to hear it.