mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Make bat wings more wing-like
This commit is contained in:
parent
9a4c0a4804
commit
1442dc51a3
2 changed files with 8 additions and 7 deletions
|
@ -45,11 +45,12 @@ public class ModelBatWing<T extends AbstractPonyModel & IModelPegasus> extends M
|
|||
.child().tex(60, 16)
|
||||
.rotate(-0.5F, 0, 0)
|
||||
.around(0, -1, -2)
|
||||
.box(0, 0, 2, 1, 7, 1, scale)
|
||||
.child().tex(60, 24)
|
||||
.rotate(-0.5F, 0, 0)
|
||||
.around(0, -2, -1)
|
||||
.box(0, 0, 3, 1, 7, 1, scale);
|
||||
.box(0, 0, 2, 1, 7, 1, scale);
|
||||
extended.child(0)
|
||||
.child().tex(60, 24)
|
||||
.rotate(-0.5F, 0, 0)
|
||||
.around(0, 4, -2.4F)
|
||||
.box(0, 0, 3, 1, 7, 1, scale);
|
||||
|
||||
PlaneRenderer skin = new PlaneRenderer(pegasus)
|
||||
.tex(56, 32);
|
||||
|
@ -57,9 +58,9 @@ public class ModelBatWing<T extends AbstractPonyModel & IModelPegasus> extends M
|
|||
extended.child(0).child(skin);
|
||||
|
||||
if (right) {
|
||||
skin .addWestPlane(0.5F, -1, -6, 8, 8, scale);
|
||||
skin .addWestPlane(0.5F, -1, -7, 16, 8, scale);
|
||||
} else {
|
||||
skin.flip().addWestPlane(0.5F, -1, -6, 8, 8, scale);
|
||||
skin.flip().addWestPlane(0.5F, -1, -7, 16, 8, scale);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue