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