mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Restored old behaviour of pegasus left/legacy wing texture
This commit is contained in:
parent
3777f4f7c9
commit
de5c2f92d3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class ModelWing<T extends AbstractPonyModel & IModelPegasus> implements P
|
||||||
this.pegasus = pegasus;
|
this.pegasus = pegasus;
|
||||||
|
|
||||||
folded = new PonyRenderer(pegasus, 56, texY).mirror(legacy);
|
folded = new PonyRenderer(pegasus, 56, texY).mirror(legacy);
|
||||||
extended = new PonyRenderer(pegasus, 56, texY + 3);
|
extended = new PonyRenderer(pegasus, 56 + ((!right || legacy) ? 1 : 0), texY + 3);
|
||||||
|
|
||||||
addClosedWing(right, y, scale);
|
addClosedWing(right, y, scale);
|
||||||
addFeathers(right, legacy, y, scale);
|
addFeathers(right, legacy, y, scale);
|
||||||
|
|
Loading…
Reference in a new issue