Need more dependencies for procedure

Started by TheBigGrain on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need more dependencies for procedure

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

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am probably going to just…
Wed, 02/12/2025 - 20:21

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.