mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Fix head being wrong while riding after sneaking
This commit is contained in:
parent
08860dd13e
commit
80516f9068
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ public class ModelPlayerPony extends AbstractPonyModel implements PonyModelConst
|
|||
|
||||
this.adjustBodyComponents(BODY_ROTATE_ANGLE_X_RIDING, BODY_RP_Y_RIDING, BODY_RP_Z_RIDING);
|
||||
this.adjustNeck(BODY_ROTATE_ANGLE_X_NOTSNEAK, BODY_RP_Y_NOTSNEAK, BODY_RP_Z_NOTSNEAK);
|
||||
this.setHead(0.0F, 0.0F, 0.0F);
|
||||
this.bipedLeftLeg.rotationPointZ = 15;
|
||||
this.bipedLeftLeg.rotationPointY = 10;
|
||||
this.bipedLeftLeg.rotateAngleX = (float) (Math.PI * -0.25);
|
||||
|
|
Loading…
Reference in a new issue