Started by
Herobrine2014
on
Topic category: Help with Minecraft modding (Java Edition)
ok, so I was trying to make a superhot mod and I am a newbie at mcreator :/
but I was wondering how to detect if the player is not moving or if they are moving
can someone help me with this please?
Yes, use player velocity variables, use Pythagorean theorem (https://en.wikipedia.org/wiki/Pythagorean_theorem) to get total velocity.
Ok