mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +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": {
|
||||
"left_fin": {
|
||||
"type": "mson:planar",
|
||||
"texture": {"u": 56, "v": 16},
|
||||
"mirror": [false, false, true],
|
||||
"rotate": [0, 30, 0],
|
||||
"pivot": [3, -6, 3],
|
||||
"east": [0, 0, 0, 8, 12]
|
||||
"east": [0, 0, 0, 8, 12, 56, 16, false, true]
|
||||
},
|
||||
"right_fin": {
|
||||
"type": "mson:planar",
|
||||
"texture": {"u": 56, "v": 16},
|
||||
"rotate": [0, -30, 0],
|
||||
"pivot": [-3, -6, 3],
|
||||
"west": [0, 0, 0, 8, 12]
|
||||
"west": [0, 0, 0, 8, 12, 56, 16]
|
||||
},
|
||||
"center_fin": {
|
||||
"type": "mson:planar",
|
||||
|
|
Loading…
Reference in a new issue