mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27: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",
|
||||
"face": "up",
|
||||
"mirror": [false, true],
|
||||
"position": [-7, 0, 4], "size": [8, 8]
|
||||
},
|
||||
{
|
||||
"type": "mson:plane",
|
||||
"face": "up",
|
||||
"mirror": [true, false, false],
|
||||
"mirror": [true, true],
|
||||
"position": [1, 0, 4], "size": [8, 8]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue