MineLittlePony/src/main/resources/assets/minelittlepony/models/gear/antlers.json
2021-08-09 20:52:14 +02:00

23 lines
738 B
JSON

{
"texture": {"w": 16, "h": 8},
"data": {
"left": {
"pivot": [-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": {
"pivot": [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 } }
]
}
}
}