mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed the tops and bottoms of saddlebags being flipped
This commit is contained in:
parent
7f6a01cf9d
commit
8d992a5361
1 changed files with 4 additions and 4 deletions
|
@ -78,9 +78,9 @@ public class ModelVillagerPony extends ModelAlicorn {
|
||||||
.addTopPlane(-4, -4.5F, 0, 8, 1, stretch) //strap back
|
.addTopPlane(-4, -4.5F, 0, 8, 1, stretch) //strap back
|
||||||
.addBackPlane(-4, -4.5F, 0, 8, 1, stretch)
|
.addBackPlane(-4, -4.5F, 0, 8, 1, stretch)
|
||||||
.addFrontPlane(-4, -4.5F, 0, 8, 1, stretch)
|
.addFrontPlane(-4, -4.5F, 0, 8, 1, stretch)
|
||||||
.child(0).tex(56, 16).flipZ().addTopPlane(2, -5, -13, 8, 3, stretch) //left bag top
|
.child(0).tex(56, 16).addTopPlane(2, -5, -13, 8, 3, stretch) //left bag top
|
||||||
.flipZ().addTopPlane(2, -5, -2, 8, 3, stretch) //right bag top
|
.flipZ().addTopPlane(2, -5, -2, 8, 3, stretch) //right bag top
|
||||||
.tex(56, 22).flipZ().addBottomPlane(2, 1, -13, 8, 3, stretch) //left bag bottom
|
.tex(56, 22).addBottomPlane(2, 1, -13, 8, 3, stretch) //left bag bottom
|
||||||
.flipZ().addBottomPlane(2, 1, -2, 8, 3, stretch) //right bag bottom
|
.flipZ().addBottomPlane(2, 1, -2, 8, 3, stretch) //right bag bottom
|
||||||
.rotateAngleY = 4.712389F;
|
.rotateAngleY = 4.712389F;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue