mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed incorrect leg angle
This commit is contained in:
parent
6f85022038
commit
2cc222079b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class PonyArmourStandModel extends ArmorStandEntityModel {
|
|||
PartUtil.copyAngles(head, model.head);
|
||||
PartUtil.copyAngles(rightArm, model.rightArm);
|
||||
PartUtil.copyAngles(leftArm, model.leftArm);
|
||||
PartUtil.copyAngles(rightArm, model.rightLeg);
|
||||
PartUtil.copyAngles(rightLeg, model.rightLeg);
|
||||
PartUtil.copyAngles(leftLeg, model.leftLeg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue