mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Fixed wings rotating encorrectly
This commit is contained in:
parent
6f8c1ebbd2
commit
f8ab94f519
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class PegasusWings<T extends Model & IPegasus> implements IPart, PonyMode
|
|||
float r = right ? -1 : 1;
|
||||
|
||||
extended.around(r * EXT_WING_RP_X, EXT_WING_RP_Y + rotationPointY, EXT_WING_RP_Z)
|
||||
.pitch = r * 3;
|
||||
.yaw = r * 3;
|
||||
addFeather(0, l, 6, 0, 9, scale + 0.1F);
|
||||
addFeather(1, l, -1, -0.3F, 8, scale + 0.1F) .pitch = -0.85F;
|
||||
addFeather(2, l, 1.8F, 1.3F, 8, scale - 0.1F) .pitch = -0.75F;
|
||||
|
|
Loading…
Reference in a new issue