Fixed seapony's arms not being positioned correctly

This commit is contained in:
Sollace 2018-06-26 21:56:28 +02:00
parent f9dba78570
commit 04b852ce7e

View file

@ -83,7 +83,9 @@ public class ModelSeapony extends ModelUnicorn {
}
}
protected void fixSpecialRotationPoints(float move) {
@Override
protected void rotateLegs(float move, float swing, float ticks, Entity entity) {
super.rotateLegs(move, swing, ticks, entity);
bipedLeftArm.rotateAngleX -= 1.4F;
bipedLeftArm.rotateAngleY -= 0.3F;
bipedRightArm.rotateAngleX -= 1.4F;