mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 22:38:00 +01:00
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:
parent
716d8e6f4b
commit
472e048d26
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue