MineLittlePony/src/main/resources/assets/minelittlepony/models/gear/muffin.json
2019-11-28 14:56:38 +02:00

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 } }
]
}
}