Started by
Piggychanum
on
Topic category: Help with Minecraft modding (Java Edition)
I have a question. I want to shoot projectiles from my hand, not from the middle of my body. Can you help me?
Edited by Piggychanum on Tue, 05/28/2024 - 03:54
that should be based on the rotation of the player. when your projectile is thrown, add a procedure that checks the rotation angle of the player, then change the x and z position of the projectile based on that. this requires math