Started by
im memiest
on
Mon, 10/17/2022 - 23:47
Topic category: Help with modding (Java Edition)
I'm making a mod using the player animator api that plays an animation when the player walks , but don't know how to detect the player walking.
Edited by im memiest on Tue, 10/18/2022 - 21:24
Check that the x and z velocity of the player isn't 0. Checking the y velocity will only matter if you care about whether or not the player is falling or climbing.
Thanks!