Fixed back half of legacy armour not rendering

This commit is contained in:
Sollace 2023-03-21 20:33:23 +00:00
parent 0f02895da2
commit 5bd90a0627

View file

@ -7,7 +7,18 @@
"texture": { "u": 16, "v": 18 },
"cubes": [
{ "from": [-4, 4, -2], "size": [ 8, 8, 4] }
]
],
"children": {
"upper_torso": {
"type": "mson:planar",
"texture": {"u": 24, "v": 0},
"east": [ 4, 4, 2, 8, 8, 32, 23],
"west": [ -4, 4, 2, 8, 8, 32, 23],
"south": [-4, 4, 10, 8, 8, 32, 23],
"up": [ -4, 4, 1, 8, 12, 32, 23],
"__comment": "it's a little short, so the butt tends to show. :/"
}
}
},
"chestpiece": {
"texture": {"u": 16, "v": 8},
@ -22,15 +33,6 @@
{ "from": [ 2, -8, -1], "size": [ 2, 2, 2], "texture": {"u": 0, "v": 4}, "dilate": -0.0125 }
]
},
"upper_torso": {
"type": "mson:planar",
"texture": {"u": 24, "v": 0},
"east": [ 4, 4, 2, 8, 8, 32, 23],
"west": [ -4, 4, 2, 8, 8, 32, 23],
"south": [-4, 4, 10, 8, 8, 32, 23],
"up": [ -4, 4, 1, 8, 12, 32, 23],
"__comment": "it's a little short, so the butt tends to show. :/"
},
"right_arm": {
"pivot": ["#arm_rotation_x_neg", "#arm_rotation_y", 0],
"texture": { "u": 0, "v": 16 },