guess ponies still have to block with a bow, even if their arms bust through the front...

This commit is contained in:
Sollace 2018-06-03 17:30:53 +02:00
parent 32df82ba77
commit 979782c8f8

View file

@ -344,7 +344,6 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel {
arm.rotateAngleY = 0; arm.rotateAngleY = 0;
break; break;
case BLOCK: case BLOCK:
if (complement != ArmPose.BOW_AND_ARROW) {
arm.rotateAngleX = (arm.rotateAngleX / 2 - 0.9424779F) - 0.3F; arm.rotateAngleX = (arm.rotateAngleX / 2 - 0.9424779F) - 0.3F;
arm.rotateAngleY = reflect * PI / 9; arm.rotateAngleY = reflect * PI / 9;
arm.rotationPointX += reflect; arm.rotationPointX += reflect;
@ -352,7 +351,6 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel {
if (isSneak) { if (isSneak) {
arm.rotationPointY += 4; arm.rotationPointY += 4;
} }
}
break; break;
case BOW_AND_ARROW: case BOW_AND_ARROW:
aimBow(arm, swing); aimBow(arm, swing);