mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed tail stubs
This commit is contained in:
parent
cf9c4030b4
commit
3fd111be98
1 changed files with 2 additions and 1 deletions
|
@ -117,6 +117,7 @@
|
|||
{
|
||||
"type": "mson:planar",
|
||||
"texture": { "u": 32, "v": 0 },
|
||||
"offset": [0, 7, 8],
|
||||
"rotate": [29, 0, 0],
|
||||
"up": [-1, 2, 2, 2, 6],
|
||||
"down": [-1, 4, 2, 2, 6],
|
||||
|
@ -127,7 +128,7 @@
|
|||
"type": "mson:plane",
|
||||
"mirror": [ false, false, true ],
|
||||
"face": "west",
|
||||
"position": [ -1, -2, -2 ], "size": [ 2, 6 ]
|
||||
"position": [ -1, 2, 2 ], "size": [ 2, 6 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue