mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fix neck texture
This commit is contained in:
parent
2f01397d5e
commit
2a37a69f60
1 changed files with 4 additions and 4 deletions
|
@ -1077,10 +1077,10 @@ public class pm_newPonyAdv extends ModelPony {
|
|||
this.Bodypiece[12] = new PlaneRenderer(this, 32, 0);
|
||||
this.Bodypiece[13] = new PlaneRenderer(this, 32, 0);
|
||||
// neck
|
||||
this.BodypieceNeck[0] = new PlaneRenderer(this, 0, 8);
|
||||
this.BodypieceNeck[1] = new PlaneRenderer(this, 0, 8);
|
||||
this.BodypieceNeck[2] = new PlaneRenderer(this, 0, 8);
|
||||
this.BodypieceNeck[3] = new PlaneRenderer(this, 0, 8);
|
||||
this.BodypieceNeck[0] = new PlaneRenderer(this, 0, 16);
|
||||
this.BodypieceNeck[1] = new PlaneRenderer(this, 0, 16);
|
||||
this.BodypieceNeck[2] = new PlaneRenderer(this, 0, 16);
|
||||
this.BodypieceNeck[3] = new PlaneRenderer(this, 0, 16);
|
||||
|
||||
this.VillagerBagPiece[0] = new PlaneRenderer(this, 56, 19);
|
||||
this.VillagerBagPiece[1] = new PlaneRenderer(this, 56, 19);
|
||||
|
|
Loading…
Reference in a new issue