Started by
MMG
on
Topic category: Help with Minecraft modding (Java Edition)
So, I am working on glider and I found out sinus/cosinus could help me with it a lot. Anyone knows formula those actions are using so I could actually know what is hapenning inside?
I think this page could be helpful: https://setosa.io/ev/sine-and-cosine/
Keep in mind that Java accepts inputs as radians, not degrees: https://www.varsitytutors.com/hotmath/hotmath_help/topics/degree-to-rad…
oooooooh, they that could be the issue