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

83 lines
1.6 KiB
JSON
Raw Normal View History

2019-11-28 13:36:55 +01:00
{
"texture": {"w": 64, "h": 64},
"left_bag": {
"type": "mson:planar",
"texture": {"u": 56, "v": 19},
"center": [0, 4, 4],
"south": [
2019-12-04 11:42:13 +01:00
[4, -0.5, -1, 3, 6, 25, 56],
[4, -0.5, 7, 3, 6, 25, 59]
2019-11-28 13:36:55 +01:00
],
"west": [
2019-12-04 11:42:13 +01:00
[7, -0.5, -1, 6, 8, 19, 56],
[4, -0.5, -1, 6, 8, 19, 56]
2019-11-28 13:36:55 +01:00
],
"children": [
{
"rotate": [270, 0, 0],
2019-11-30 16:18:05 +01:00
"top": [-3, -1, -8, 8, 3, 56, 16],
2019-11-28 13:36:55 +01:00
"children": [
{
"type": "mson:plane",
2019-11-28 16:09:44 +01:00
"face": "down",
2019-12-04 11:42:13 +01:00
"from": [-3, 5, -8], "size": [-3, 8],
"mirror": [false, true]
2019-11-28 13:36:55 +01:00
}
]
}
]
},
"right_bag": {
"type": "mson:planar",
"texture": {"u": 56, "v": 19},
"center": [0, 4, 4],
"south": [
2019-11-30 16:18:05 +01:00
[-7, -0.5, -1, 3, 6, 56, 25],
[-7, -0.5, 7, 3, 6, 59, 25]
2019-11-28 13:36:55 +01:00
],
"west": [
2019-12-04 11:42:13 +01:00
[-4, -0.5, -1, 6, 8, 19, 56],
[-7, -0.5, -1, 6, 8, 19, 56]
2019-11-28 13:36:55 +01:00
],
"children": [
{
"rotate": [270, 0, 0],
2019-11-30 16:18:05 +01:00
"top": [-8, -1, 3, 8, 3, 56, 16],
2019-11-28 13:36:55 +01:00
"children": [
{
"type": "mson:plane",
2019-11-28 16:09:44 +01:00
"face": "down",
2019-12-04 11:42:13 +01:00
"from": [-8, 5, 3], "size": [-3, 8],
"mirror": [false, true]
2019-11-28 13:36:55 +01:00
}
]
}
]
},
"strap": {
"type": "mson:planar",
"texture": {"u": 56, "v": 19},
"offset": [-4, -0.3, 2],
"center": [0, 4, 4],
"top": [
2019-11-30 16:18:05 +01:00
[-4, -0.3, 2, 8, 1],
[-4, -0.3, 3, 8, 1]
2019-11-28 13:36:55 +01:00
],
2019-11-30 16:18:05 +01:00
"south": [-4, -0.3, 4, 8, 1],
"north": [-4, -0.3, 2, 8, 1],
2019-11-28 13:36:55 +01:00
"children": [
{
"type": "mson:planar",
"texture": {"u": 56, "v": 31},
"rotate": [270, 0, 0],
"west": [
2019-12-04 11:42:13 +01:00
[ 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]
2019-11-28 13:36:55 +01:00
]
}
]
}
}