mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Unmirror wings. Fixes #63
This commit is contained in:
parent
8d992a5361
commit
86fe40f48f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class ModelWing {
|
||||||
folded = new PonyRenderer(pony, 56, texY)
|
folded = new PonyRenderer(pony, 56, texY)
|
||||||
.around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z);
|
.around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z);
|
||||||
extended = new PonyRenderer(pony, 56, texY + 3)
|
extended = new PonyRenderer(pony, 56, texY + 3)
|
||||||
.around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z).mirror(mirror);
|
.around(HEAD_RP_X, WING_FOLDED_RP_Y, WING_FOLDED_RP_Z);
|
||||||
|
|
||||||
addClosedWing(x, y, scale);
|
addClosedWing(x, y, scale);
|
||||||
addFeathers(mirror, y, scale);
|
addFeathers(mirror, y, scale);
|
||||||
|
|
Loading…
Reference in a new issue