Remove this block of pointless transforms (fixes items held by foals are too tiny, and items held by foals are not in their hands)

This commit is contained in:
Sollace 2018-08-20 20:17:03 +02:00
parent 716d8e6f4b
commit 472e048d26

View file

@ -44,12 +44,6 @@ public class LayerHeldPonyItem<T extends EntityLivingBase> extends AbstractPonyL
model.transform(BodyPart.LEGS);
if (model.isChild()) {
translate(0, 0.625, 0);
rotate(-20, -1, 0, 0);
scale(.5, .5, .5);
}
renderHeldItem(entity, right, TransformType.THIRD_PERSON_RIGHT_HAND, EnumHandSide.RIGHT);
renderHeldItem(entity, left, TransformType.THIRD_PERSON_LEFT_HAND, EnumHandSide.LEFT);