Posted July 19, 201312 yr Removing shouldRiderSit() test from Entity.isRiding() would enable mods to render the player 'standing' when mounted on another entity. In my parachute mod the player would appear to 'hang' from the parachute and then when near the ground would pick up legs (sit position) and then land. A hover board mod would probably have the player standing on the board. In 1.6.2 the coupled tests in Entity.isRiding() causes motion packets not to be sent if shouldRiderSit() returns false. The code is in EntityClientPlayerMP.onUpdate().
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.