MineLittlePony/src/main/resources/assets/minelittlepony/models/gear/saddlebags.json
2019-12-04 12:42:13 +02:00

82 lines
1.6 KiB
JSON

{
"texture": {"w": 64, "h": 64},
"left_bag": {
"type": "mson:planar",
"texture": {"u": 56, "v": 19},
"center": [0, 4, 4],
"south": [
[4, -0.5, -1, 3, 6, 25, 56],
[4, -0.5, 7, 3, 6, 25, 59]
],
"west": [
[7, -0.5, -1, 6, 8, 19, 56],
[4, -0.5, -1, 6, 8, 19, 56]
],
"children": [
{
"rotate": [270, 0, 0],
"top": [-3, -1, -8, 8, 3, 56, 16],
"children": [
{
"type": "mson:plane",
"face": "down",
"from": [-3, 5, -8], "size": [-3, 8],
"mirror": [false, true]
}
]
}
]
},
"right_bag": {
"type": "mson:planar",
"texture": {"u": 56, "v": 19},
"center": [0, 4, 4],
"south": [
[-7, -0.5, -1, 3, 6, 56, 25],
[-7, -0.5, 7, 3, 6, 59, 25]
],
"west": [
[-4, -0.5, -1, 6, 8, 19, 56],
[-7, -0.5, -1, 6, 8, 19, 56]
],
"children": [
{
"rotate": [270, 0, 0],
"top": [-8, -1, 3, 8, 3, 56, 16],
"children": [
{
"type": "mson:plane",
"face": "down",
"from": [-8, 5, 3], "size": [-3, 8],
"mirror": [false, true]
}
]
}
]
},
"strap": {
"type": "mson:planar",
"texture": {"u": 56, "v": 19},
"offset": [-4, -0.3, 2],
"center": [0, 4, 4],
"top": [
[-4, -0.3, 2, 8, 1],
[-4, -0.3, 3, 8, 1]
],
"south": [-4, -0.3, 4, 8, 1],
"north": [-4, -0.3, 2, 8, 1],
"children": [
{
"type": "mson:planar",
"texture": {"u": 56, "v": 31},
"rotate": [270, 0, 0],
"west": [
[ 4.0002, -3, -0.305, 3, 1],
[ 4.0002, -4, -0.305, 3, 1],
[-3.9998, -3, -0.305, 3, 1],
[-3.9998, -4, -0.305, 3, 1]
]
}
]
}
}