diff --git a/src/main/resources/assets/minelittlepony/models/gear/saddlebags.json b/src/main/resources/assets/minelittlepony/models/gear/saddlebags.json index bea9f0e5..0c5cee7b 100644 --- a/src/main/resources/assets/minelittlepony/models/gear/saddlebags.json +++ b/src/main/resources/assets/minelittlepony/models/gear/saddlebags.json @@ -3,80 +3,49 @@ "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] - ], + "center": [4, 4, 4], + "north": [0, -0.5, -1, 3, 6, 56, 25], + "south": [0, -0.5, 7, 3, 6, 59, 25], + "east": [3, -0.5, -1, 8, 6, 56, 19], + "west": [0, -0.5, -1, 8, 6, 56, 19], "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] - } - ] + "type": "mson:planar", + "rotate": [0, 90, 0], + "up": [-7, -0.5, 0, 8, 3, 56, 16], + "down": [-7, 5.5, 0, 8, 3, 56, 22] } ] }, "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] - ], + "center": [-4, 4, 4], + "north": [-3, -0.5, -1, 3, 6, 56, 25], + "south": [-3, -0.5, 7, 3, 6, 59, 25], + "east": [ 0, -0.5, -1, 8, 6, 56, 19], + "west": [-3, -0.5, -1, 8, 6, 56, 19], "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] - } - ] + "type": "mson:planar", + "rotate": [0, 90, 0], + "mirror": [false, false, true], + "up": [-7, -0.5, -3, 8, 3, 56, 16], + "down": [-7, 5.5, -3, 8, 3, 56, 22] } ] }, "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] + "center": [0, 3.4, 4], + "up": [ + [-4, 0, 2, 8, 1], + [-4, 0, 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] - ] - } - ] + "south": [-4, 0, 4, 8, 1], + "north": [-4, 0, 2, 8, 1], + "east": [ -4, 0, 2, 2, 1, 56, 31], + "west": [ 4, 0, 2, 2, 1, 56, 31] } } diff --git a/src/main/resources/assets/minelittlepony/models/gear/stetson.json b/src/main/resources/assets/minelittlepony/models/gear/stetson.json index eac961e6..361aca37 100644 --- a/src/main/resources/assets/minelittlepony/models/gear/stetson.json +++ b/src/main/resources/assets/minelittlepony/models/gear/stetson.json @@ -19,22 +19,17 @@ ], "children": [ { + "__comment": "hat inside", "cubes": [ - {"from": [-5, -8, -6], "size": [9, 4, 9]}, + {"from": [-5, -8, -6], "size": [9, 4, 9], "texture": {"u": 0, "v": 0}}, {"from": [-6, -6, -7], "size": [11, 2, 11], "texture": {"u": 0, "v": 13}} ] }, { + "type": "mson:planar", "center": [-9, -4, -12 ], "rotate": [23, 0, 0], - "cubes": [ - { - "type": "mson:plane", - "face": "south", - "texture": {"u": 0, "v": 27}, - "position": [0, -6, 0], "size": [16, 6] - } - ] + "south": [0, -6, 0, 16, 6, 0, 27] } ] }