Started by
Bendoo
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make an item that when you use it, explodes in the opposite direction of where the player is looking. However, I cannot find a solution to how this would be possible. Is there a way to do this?
If player direction N then explode at positive Z and so on
Just check each direction if X and Z are positive or negaitve and pply your DO block respectively
thank you!