mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-12-04 17:47:59 +01:00
13 lines
437 B
JSON
13 lines
437 B
JSON
{
|
|
"texture": {"w": 64, "h": 44},
|
|
"crown": {
|
|
"center": [-4, -12, -6],
|
|
"cubes": [
|
|
{ "from": [0, 0, 0], "size": [8, 4, 8] },
|
|
{ "from": [3, -1.5, 3], "size": [2, 2, 2] },
|
|
{ "from": [1.5, -1, 1.5], "size": [5, 1, 5], "texture": {"u": 0, "v": 12 } },
|
|
{ "from": [2, 1, 1], "size": [4, 7, 6], "texture": {"u": 0, "v": 18 } },
|
|
{ "from": [1, 1, 2], "size": [6, 7, 4], "texture": {"u": 0, "v": 18 } }
|
|
]
|
|
}
|
|
}
|