mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-18 02:24:22 +01:00
Fixed seapony fins being flipped
This commit is contained in:
parent
52859c7343
commit
04633ef731
1 changed files with 2 additions and 5 deletions
|
@ -3,18 +3,15 @@
|
||||||
"data": {
|
"data": {
|
||||||
"left_fin": {
|
"left_fin": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 16},
|
|
||||||
"mirror": [false, false, true],
|
|
||||||
"rotate": [0, 30, 0],
|
"rotate": [0, 30, 0],
|
||||||
"pivot": [3, -6, 3],
|
"pivot": [3, -6, 3],
|
||||||
"east": [0, 0, 0, 8, 12]
|
"east": [0, 0, 0, 8, 12, 56, 16, false, true]
|
||||||
},
|
},
|
||||||
"right_fin": {
|
"right_fin": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 16},
|
|
||||||
"rotate": [0, -30, 0],
|
"rotate": [0, -30, 0],
|
||||||
"pivot": [-3, -6, 3],
|
"pivot": [-3, -6, 3],
|
||||||
"west": [0, 0, 0, 8, 12]
|
"west": [0, 0, 0, 8, 12, 56, 16]
|
||||||
},
|
},
|
||||||
"center_fin": {
|
"center_fin": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
|
|
Loading…
Reference in a new issue