mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
guess ponies still have to block with a bow, even if their arms bust through the front...
This commit is contained in:
parent
32df82ba77
commit
979782c8f8
1 changed files with 6 additions and 8 deletions
|
@ -344,14 +344,12 @@ 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;
|
arm.rotationPointZ += 3;
|
||||||
arm.rotationPointZ += 3;
|
if (isSneak) {
|
||||||
if (isSneak) {
|
arm.rotationPointY += 4;
|
||||||
arm.rotationPointY += 4;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case BOW_AND_ARROW:
|
case BOW_AND_ARROW:
|
||||||
|
|
Loading…
Reference in a new issue