mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +01:00
Fixed changeling wings being flipped. Fixes #179
This commit is contained in:
parent
2bacf24e94
commit
977154cf34
1 changed files with 2 additions and 2 deletions
|
@ -39,13 +39,13 @@
|
||||||
{
|
{
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 16},
|
"texture": {"u": 56, "v": 16},
|
||||||
"west": [0.5, 0, -7, 8, 16]
|
"east": [0.5, 0, -7, 8, 16]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 32},
|
"texture": {"u": 56, "v": 32},
|
||||||
"rotate": [-0.5, -0.3, -0.3333],
|
"rotate": [-0.5, -0.3, -0.3333],
|
||||||
"west": [-1, 0, -5, 8, 16]
|
"east": [-1, 0, -5, 8, 16]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue