Arm sneak rotation 1.12

This commit is contained in:
Tschipp 2017-08-20 00:28:21 +02:00
parent 44e1804527
commit 6f3fb079c9

View File

@ -282,8 +282,8 @@ public class RenderEvents
} }
else else
{ {
fakeRightArm.rotateAngleX = -1.4F; fakeRightArm.rotateAngleX = -1.6F;
fakeLeftArm.rotateAngleX = -1.4F; fakeLeftArm.rotateAngleX = -1.6F;
} }
model.bipedBody.addChild(fakeLeftArm); model.bipedBody.addChild(fakeLeftArm);
model.bipedBody.addChild(fakeRightArm); model.bipedBody.addChild(fakeRightArm);