mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-04-01 09:15:26 +02:00
Fix horns
This commit is contained in:
parent
bb469b725c
commit
0c0a42be11
1 changed files with 1 additions and 1 deletions
|
@ -581,8 +581,8 @@ public class ModelPlayerPony extends AbstractPonyModel implements PonyModelConst
|
||||||
pushMatrix();
|
pushMatrix();
|
||||||
this.transform(BodyPart.HEAD);
|
this.transform(BodyPart.HEAD);
|
||||||
this.renderHead();
|
this.renderHead();
|
||||||
|
this.bipedHead.postRender(scale);
|
||||||
this.horn.render(entityIn, limbSwing, limbSwingAmount, ageInTicks, netHeadYaw, headPitch, scale);
|
this.horn.render(entityIn, limbSwing, limbSwingAmount, ageInTicks, netHeadYaw, headPitch, scale);
|
||||||
this.snout.render(entityIn, limbSwing, limbSwingAmount, ageInTicks, netHeadYaw, headPitch, scale);
|
|
||||||
popMatrix();
|
popMatrix();
|
||||||
|
|
||||||
pushMatrix();
|
pushMatrix();
|
||||||
|
|
Loading…
Add table
Reference in a new issue