MineLittlePony/src/main/resources/assets/minelittlepony/models/gear/antlers.json

22 lines
708 B
JSON
Raw Normal View History

2019-11-23 22:06:07 +01:00
{
"texture": {"w": 16, "h": 8},
"left": {
"center": [-7, 0.5, 0.5],
"cubes": [
2019-11-30 16:18:05 +01:00
{ "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 } }
2019-11-23 22:06:07 +01:00
]
},
2019-11-23 23:20:12 +01:00
"right": {
2019-11-23 22:06:07 +01:00
"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 } }
]
}
}