Started by
Kvngsavage118
on
Topic category: Help with Minecraft modding (Java Edition)
So I am making this mod where you have a missle from a tank that explodes on impact. I want the explosion to be long explosions , as if I am facing forward, the explosion goes the way I am looking + 10 blocks. But the way I have my code set, It only goes in one direction no matter what way I face.
You will have to use the "get (event/target entity) yaw direction" assuming the procedure block is directional. Of not, you will have to use math to determine the players direction, and then modify the x y z positions based on that.
If its not too much to ask could you show me an example of a procedure like what you described?