mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-12-04 17:47:59 +01:00
21 lines
708 B
JSON
21 lines
708 B
JSON
{
|
|
"texture": {"w": 16, "h": 8},
|
|
"left": {
|
|
"center": [-7, 0.5, 0.5],
|
|
"cubes": [
|
|
{ "from": [-4, -4, 0], "size": [7, 1, 1] },
|
|
{ "from": [-4, -5, 0], "size": [1, 1, 1], "texture": {"u": 0, "v": 2 } },
|
|
{ "from": [-2, -5, 0], "size": [1, 1, 1], "texture": {"u": 4, "v": 2 } },
|
|
{ "from": [ 0, -5, 0], "size": [1, 1, 1], "texture": {"u": 8, "v": 2 } }
|
|
]
|
|
},
|
|
"right": {
|
|
"center": [7, 0.5, 0.5],
|
|
"cubes": [
|
|
{ "from": [-3, -4, 0], "size": [7, 1, 1] },
|
|
{ "from": [ 3, -5, 0], "size": [1, 1, 1], "texture": {"u": 0, "v": 2 } },
|
|
{ "from": [ 1, -5, 0], "size": [1, 1, 1], "texture": {"u": 4, "v": 2 } },
|
|
{ "from": [-1, -5, 0], "size": [1, 1, 1], "texture": {"u": 8, "v": 2 } }
|
|
]
|
|
}
|
|
}
|