mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 14:27:59 +01:00
Fix alignment of the witch's hat
This commit is contained in:
parent
f7052504e8
commit
716d8e6f4b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class ModelWitchPony extends ModelZebra {
|
|||
public void init(float yOffset, float stretch) {
|
||||
super.init(yOffset, stretch);
|
||||
witchHat = new PonyRenderer(this).size(64, 128);
|
||||
witchHat.around(HEAD_RP_X, HEAD_RP_Y + yOffset, HEAD_RP_Z - 2)
|
||||
witchHat.around(HEAD_RP_X, HEAD_RP_Y + yOffset, HEAD_RP_Z)
|
||||
.tex(0, 64).box(-5, -6, -7, 10, 2, 10, stretch)
|
||||
.child(0).around(1.75F, -4, 2)
|
||||
.tex(0, 76).box(-5, -5, -7, 7, 4, 7, stretch)
|
||||
|
|
Loading…
Reference in a new issue