mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-20 11:24:23 +01:00
Fixed back half of legacy armour not rendering
This commit is contained in:
parent
0f02895da2
commit
5bd90a0627
1 changed files with 12 additions and 10 deletions
|
@ -7,7 +7,18 @@
|
||||||
"texture": { "u": 16, "v": 18 },
|
"texture": { "u": 16, "v": 18 },
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{ "from": [-4, 4, -2], "size": [ 8, 8, 4] }
|
{ "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": {
|
"chestpiece": {
|
||||||
"texture": {"u": 16, "v": 8},
|
"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 }
|
{ "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": {
|
"right_arm": {
|
||||||
"pivot": ["#arm_rotation_x_neg", "#arm_rotation_y", 0],
|
"pivot": ["#arm_rotation_x_neg", "#arm_rotation_y", 0],
|
||||||
"texture": { "u": 0, "v": 16 },
|
"texture": { "u": 0, "v": 16 },
|
||||||
|
|
Loading…
Reference in a new issue