Fixed incorrect leg angle

This commit is contained in:
Sollace 2024-12-13 16:52:03 +01:00
parent 6f85022038
commit 2cc222079b
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -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);
}
}