diff --git a/src/main/resources/assets/minelittlepony/models/entity/armor/inner_pony_armor.json b/src/main/resources/assets/minelittlepony/models/entity/armor/inner_pony_armor.json index 001831f8..e1207ac3 100644 --- a/src/main/resources/assets/minelittlepony/models/entity/armor/inner_pony_armor.json +++ b/src/main/resources/assets/minelittlepony/models/entity/armor/inner_pony_armor.json @@ -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 },