mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07:59 +01:00
Fixed flipped tailfin on seaponies
This commit is contained in:
parent
762091f4e1
commit
a343042e2d
1 changed files with 2 additions and 1 deletions
|
@ -29,12 +29,13 @@
|
||||||
{
|
{
|
||||||
"type": "mson:plane",
|
"type": "mson:plane",
|
||||||
"face": "up",
|
"face": "up",
|
||||||
|
"mirror": [false, true],
|
||||||
"position": [-7, 0, 4], "size": [8, 8]
|
"position": [-7, 0, 4], "size": [8, 8]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:plane",
|
"type": "mson:plane",
|
||||||
"face": "up",
|
"face": "up",
|
||||||
"mirror": [true, false, false],
|
"mirror": [true, true],
|
||||||
"position": [1, 0, 4], "size": [8, 8]
|
"position": [1, 0, 4], "size": [8, 8]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue