Posted May 10, 20232 yr Hello, im looking to find the exact location of the right and left foot and since this is depedant on how the player is rotated it seems pretty difficult to do. Thanks in advance.
May 10, 20232 yr There's really no such thing. It's an artifact of the rendering. The player has a position, some rotation fields that say which direction it is pointing and its pose (e.g. if it is sleeping, swimming, etc.) If you want to see the exact calculation used during the rendering, look at the LivingEntityRenderer and PlayerRenderer, e.g. the code around setupAnim() and setupRotations() But you shouldn't base any real processing on that. Those values are just a "guesstimate" by each client. The server has the real authoritative values. For the server, the legs never swing. Edited May 10, 20232 yr by warjort Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.