diff --git a/src/main/resources/assets/minelittlepony/models/components/bat_ears.json b/src/main/resources/assets/minelittlepony/models/components/bat_ears.json index 570d2571..d7cb65be 100644 --- a/src/main/resources/assets/minelittlepony/models/components/bat_ears.json +++ b/src/main/resources/assets/minelittlepony/models/components/bat_ears.json @@ -7,7 +7,7 @@ }, "right": { "texture": {"u": 12, "v": 16}, - "offset": ["#x", "#y", "#z"], + "center": ["#x", "#y", "#z"], "cubes": [ { "from": [-4, -8, -1], "size": [2, 2, 2] }, { "from": [-3.5, -8.49, -1.001], "size": [1, 1, 1], "texture": {"u": 0, "v": 3} }, @@ -16,8 +16,8 @@ }, "left": { "texture": {"u": 12, "v": 16}, - "offset": ["#x", "#y", "#z"], - "mirror": true, + "center": ["#x", "#y", "#z"], + "mirror": [true, false, false], "cubes": [ { "from": [2, -8, -1], "size": [2, 2, 2] }, { "from": [2.5, -8.49, -1.001], "size": [1, 1, 1], "texture": {"u": 0, "v": 3} }, diff --git a/src/main/resources/assets/minelittlepony/models/components/ears.json b/src/main/resources/assets/minelittlepony/models/components/ears.json index 1466b62a..5a00b0c3 100644 --- a/src/main/resources/assets/minelittlepony/models/components/ears.json +++ b/src/main/resources/assets/minelittlepony/models/components/ears.json @@ -7,15 +7,15 @@ }, "right": { "texture": {"u": 12, "v": 16}, - "offset": ["#x", "#y", "#z"], + "center": ["#x", "#y", "#z"], "cubes": [ { "from": [-4, -8, -1], "size": [2, 2, 2] } ] }, "left": { "texture": {"u": 12, "v": 16}, - "offset": ["#x", "#y", "#z"], - "mirror": true, + "center": ["#x", "#y", "#z"], + "mirror": [true, false, false], "cubes": [ { "from": [2, -8, -1], "size": [2, 2, 2] } ] diff --git a/src/main/resources/assets/minelittlepony/models/components/horn.json b/src/main/resources/assets/minelittlepony/models/components/horn.json index be388ad2..6f6208d8 100644 --- a/src/main/resources/assets/minelittlepony/models/components/horn.json +++ b/src/main/resources/assets/minelittlepony/models/components/horn.json @@ -6,15 +6,15 @@ "z": 0 }, "bone": { - "offset": ["#x", "#y", "#z"], "rotate": [29, 0, 0], + "center": ["#x", "#y", "#z"], "cubes": [ { "from": [-0.5, -11, -3.5], "size": [1, 4, 1] } ] }, "corona": { - "offset": ["#x", "#y", "#z"], "rotate": [29, 0, 0], + "center": ["#x", "#y", "#z"], "cubes": [ { "type": "mson:cone", diff --git a/src/main/resources/assets/minelittlepony/models/components/pig_snout.json b/src/main/resources/assets/minelittlepony/models/components/pig_snout.json index 0e2fdb9c..6c8c37a8 100644 --- a/src/main/resources/assets/minelittlepony/models/components/pig_snout.json +++ b/src/main/resources/assets/minelittlepony/models/components/pig_snout.json @@ -1,14 +1,9 @@ { "parent": "minelittlepony:components/snout", "texture": {"w": 64, "h": 64, "u": 16, "v": 8}, - "locals": { - "x": 0, - "y": 0, - "z": 0 - }, "mare": { "type": "mson:planar", - "offset": ["#x", "#y", "#z"], + "center": ["#x", "#y", "#z"], "north": [-2, -1, -7, 4, 3, 10, 13], "up": [-2, -1, -7, 4, 1, 10, 13], "down": [-2, 2, -7, 4, 1, 18, 7], diff --git a/src/main/resources/assets/minelittlepony/models/components/snout.json b/src/main/resources/assets/minelittlepony/models/components/snout.json index 3db58c14..526ba980 100644 --- a/src/main/resources/assets/minelittlepony/models/components/snout.json +++ b/src/main/resources/assets/minelittlepony/models/components/snout.json @@ -7,7 +7,7 @@ }, "stallion": { "type": "mson:planar", - "offset": ["#x", "#y", "#z"], + "center": ["#x", "#y", "#z"], "north": [-2, -1, -7, 4, 3, 10, 13], "up": [-2, -1, -7, 4, 1, 10, 13], "down": [-2, 2, -7, 4, 1, 18, 7], @@ -16,7 +16,7 @@ }, "mare": { "type": "mson:planar", - "offset": ["#x", "#y", "#z"], + "center": ["#x", "#y", "#z"], "north": [ [-2, 0, -7, 4, 2, 10, 14], [-1, -1, -7, 2, 1, 11, 13] diff --git a/src/main/resources/assets/minelittlepony/models/skull.json b/src/main/resources/assets/minelittlepony/models/skull.json index 602ef5a7..0ba17ce3 100644 --- a/src/main/resources/assets/minelittlepony/models/skull.json +++ b/src/main/resources/assets/minelittlepony/models/skull.json @@ -10,8 +10,8 @@ "name": "snout", "locals": { "x": 0, - "y": -2, - "z": 2 + "y": -4, + "z": 4 }, "implementation": "com.minelittlepony.client.model.part.PonySnout", "content": "minelittlepony:components/snout" @@ -21,8 +21,8 @@ "name": "ears", "locals": { "x": 0, - "y": -1, - "z": 1 + "y": -2, + "z": 2 }, "implementation": "com.minelittlepony.client.model.part.PonyEars", "content": "minelittlepony:components/ears" @@ -32,8 +32,8 @@ "name": "horn", "locals": { "x": 0, - "y": -1, - "z": 2 + "y": -2, + "z": 4 }, "implementation": "com.minelittlepony.client.model.part.UnicornHorn", "content": "minelittlepony:components/horn"