diff --git a/src/main/resources/assets/minelittlepony/models/breezie.json b/src/main/resources/assets/minelittlepony/models/breezie.json index 2e98669a..0ac5ce07 100644 --- a/src/main/resources/assets/minelittlepony/models/breezie.json +++ b/src/main/resources/assets/minelittlepony/models/breezie.json @@ -7,18 +7,18 @@ "children": [ { "center": [0, 0, -4], - "cubes" [ + "cubes": [ {"from": [-3, -6, -3], "size": [6, 6, 6] }, - {"from": [ 2, -7, 1], "size": [1, 1, 1], "texture": ["u": 28, "v": 0] }, - {"from": [-3, -7, 1], "size": [1, 1, 1], "texture": ["u": 24, "v": 0] }, - {"from": [-1, -2, -4], "size": [2, 2, 1], "texture": ["u": 24, "v": 9] } + {"from": [ 2, -7, 1], "size": [1, 1, 1], "texture": {"u": 28, "v": 0} }, + {"from": [-3, -7, 1], "size": [1, 1, 1], "texture": {"u": 24, "v": 0} }, + {"from": [-1, -2, -4], "size": [2, 2, 1], "texture": {"u": 24, "v": 9} } ] }, { "rotate": [-0.2617994, 0, 0], - "cubes" [ - {"from": [ 1, -11, -3], "size": [1, 6, 1], "texture": ["u": 28, "v": 2] }, - {"from": [-2, -11, -2], "size": [1, 6, 1], "texture": ["u": 24, "v": 2] } + "cubes": [ + {"from": [ 1, -11, -3], "size": [1, 6, 1], "texture": {"u": 28, "v": 2} }, + {"from": [-2, -11, -2], "size": [1, 6, 1], "texture": {"u": 24, "v": 2} } ] } ] @@ -40,18 +40,18 @@ }, "tail": { "texture": {"u": 32, "v": 0 }, - "rotate": [-1, 7, 10] + "rotate": [-1, 7, 10], "cubes": [ {"from": [0, 0, 1], "size": [2, 9, 2] } ] }, "tail_stub": { "texture": {"u": 40, "v": 7 }, - "rotate": [-0.5, 8, 8] + "rotate": [-0.5, 8, 8], "cubes": [ {"from": [0, 0, 0], "size": [1, 1, 3] } ] - } + }, "right_arm": { "center": [-3, 8, -5], "texture": { "u": 36, "v": 12 }, diff --git a/src/main/resources/assets/minelittlepony/models/components/antlers.json b/src/main/resources/assets/minelittlepony/models/components/antlers.json index 9b3c54cc..6969365d 100644 --- a/src/main/resources/assets/minelittlepony/models/components/antlers.json +++ b/src/main/resources/assets/minelittlepony/models/components/antlers.json @@ -10,7 +10,7 @@ { "from": [7, -5, 0], "size": [1, 1, 1], "texture": {"u": 8, "v": 2 } } ] }, - "left": { + "right": { "center": [7, 0.5, 0.5], "offset": [0, 0, 0], "cubes": [ diff --git a/src/main/resources/assets/minelittlepony/models/enderman.json b/src/main/resources/assets/minelittlepony/models/enderman.json index 2c706f80..73677297 100644 --- a/src/main/resources/assets/minelittlepony/models/enderman.json +++ b/src/main/resources/assets/minelittlepony/models/enderman.json @@ -18,7 +18,7 @@ "type": "mson:slot", "name": "snout", "implementation": "com.minelittlepony.client.model.part.PonySnout", - "content: "minelitlepony:components/snout" + "content": "minelitlepony:components/snout" }, { "type": "mson:slot", diff --git a/src/main/resources/assets/minelittlepony/models/head.json b/src/main/resources/assets/minelittlepony/models/head.json index a8140fc0..6e02f406 100644 --- a/src/main/resources/assets/minelittlepony/models/head.json +++ b/src/main/resources/assets/minelittlepony/models/head.json @@ -15,7 +15,7 @@ "type": "mson:slot", "name": "snout", "implementation": "com.minelittlepony.client.model.part.PonySnout", - "content: "minelitlepony:components/snout" + "content": "minelitlepony:components/snout" }, { "type": "mson:slot", diff --git a/src/main/resources/assets/minelittlepony/models/races/alicorn.json b/src/main/resources/assets/minelittlepony/models/races/alicorn.json index 27293d83..b03ecf2c 100644 --- a/src/main/resources/assets/minelittlepony/models/races/alicorn.json +++ b/src/main/resources/assets/minelittlepony/models/races/alicorn.json @@ -4,6 +4,6 @@ "type": "mson:slot", "name": "wings", "implementation": "com.minelittlepony.client.model.part.PegasusWings", - "content: "minelitlepony:components/pegasus_wings" + "content": "minelitlepony:components/pegasus_wings" } } diff --git a/src/main/resources/assets/minelittlepony/models/races/batpony.json b/src/main/resources/assets/minelittlepony/models/races/batpony.json index 9dc2a579..fb097ebf 100644 --- a/src/main/resources/assets/minelittlepony/models/races/batpony.json +++ b/src/main/resources/assets/minelittlepony/models/races/batpony.json @@ -11,7 +11,7 @@ "type": "mson:slot", "name": "snout", "implementation": "com.minelittlepony.client.model.part.PonySnout", - "content: "minelitlepony:components/snout" + "content": "minelitlepony:components/snout" }, { "type": "mson:slot", @@ -25,6 +25,6 @@ "type": "mson:slot", "name": "wings", "implementation": "com.minelittlepony.client.model.part.BatWings", - "content: "minelitlepony:components/bat_wings" + "content": "minelitlepony:components/bat_wings" } } diff --git a/src/main/resources/assets/minelittlepony/models/races/changeling.json b/src/main/resources/assets/minelittlepony/models/races/changeling.json index af1d0adf..fae11e28 100644 --- a/src/main/resources/assets/minelittlepony/models/races/changeling.json +++ b/src/main/resources/assets/minelittlepony/models/races/changeling.json @@ -4,6 +4,6 @@ "type": "mson:slot", "name": "wings", "implementation": "com.minelittlepony.client.model.part.PegasusWings", - "content: "minelitlepony:components/bug_wings" + "content": "minelitlepony:components/bug_wings" } } diff --git a/src/main/resources/assets/minelittlepony/models/races/pegasus.json b/src/main/resources/assets/minelittlepony/models/races/pegasus.json index 3ea32428..8bee061a 100644 --- a/src/main/resources/assets/minelittlepony/models/races/pegasus.json +++ b/src/main/resources/assets/minelittlepony/models/races/pegasus.json @@ -4,6 +4,6 @@ "type": "mson:slot", "name": "wings", "implementation": "com.minelittlepony.client.model.part.PegasusWings", - "content: "minelitlepony:components/pegasus_wings" + "content": "minelitlepony:components/pegasus_wings" } } diff --git a/src/main/resources/assets/minelittlepony/models/races/unicorn.json b/src/main/resources/assets/minelittlepony/models/races/unicorn.json index fd03bb3b..16418586 100644 --- a/src/main/resources/assets/minelittlepony/models/races/unicorn.json +++ b/src/main/resources/assets/minelittlepony/models/races/unicorn.json @@ -11,7 +11,7 @@ "type": "mson:slot", "name": "snout", "implementation": "com.minelittlepony.client.model.part.PonySnout", - "content: "minelitlepony:components/snout" + "content": "minelitlepony:components/snout" }, { "type": "mson:slot", diff --git a/src/main/resources/assets/minelittlepony/models/races/zebra.json b/src/main/resources/assets/minelittlepony/models/races/zebra.json index d88dcd57..cc4685f0 100644 --- a/src/main/resources/assets/minelittlepony/models/races/zebra.json +++ b/src/main/resources/assets/minelittlepony/models/races/zebra.json @@ -11,7 +11,7 @@ "type": "mson:slot", "name": "snout", "implementation": "com.minelittlepony.client.model.part.PonySnout", - "content: "minelitlepony:components/snout" + "content": "minelitlepony:components/snout" }, { "type": "mson:slot", diff --git a/src/main/resources/assets/minelittlepony/models/steve_pony.json b/src/main/resources/assets/minelittlepony/models/steve_pony.json index e58d63bb..0f1ad864 100644 --- a/src/main/resources/assets/minelittlepony/models/steve_pony.json +++ b/src/main/resources/assets/minelittlepony/models/steve_pony.json @@ -25,7 +25,7 @@ "type": "mson:slot", "name": "snout", "implementation": "com.minelittlepony.client.model.part.PonySnout", - "content: "minelitlepony:components/snout" + "content": "minelitlepony:components/snout" }, { "type": "mson:slot", @@ -62,7 +62,7 @@ { "type": "mson:plane", "__comment": "body sides", "texture": { "u": 24, "v": 0 }, - "mirror": { false, false, true }, + "mirror": [ false, false, true ], "face": "west", "position": [ -4, -4, -4 ], "size": [ 8, 8 ] }, @@ -75,7 +75,7 @@ { "type": "mson:plane", "__comment": "cutie mark", "texture": { "u": 4, "v": 0 }, - "mirror": { false, false, true }, + "mirror": [ false, false, true ], "face": "east", "position": [ -4, -4, 4 ], "size": [ 8, 4 ] }, @@ -108,7 +108,7 @@ { "type": "mson:plane", "__comment": "back", "texture": { "u": 32, "v": 20 }, - "mirror": { false, false, true }, + "mirror": [ false, false, true ], "face": "up", "position": [ -4, -4, -4 ], "size": [ 8, 12 ] } @@ -125,7 +125,7 @@ "cubes": [ { "type": "mson:plane", - "mirror": { false, false, true }, + "mirror": [ false, false, true ], "face": "west", "position": [ -1, -2, -2 ], "size": [ 2, 6 ] } @@ -140,7 +140,7 @@ "north": [-2, 1.199998, -2.8, 4, 4], "south": [-2, 1.199998, 1.2, 4, 4], "east": [ 2, 1.199998, -2.8, 4, 4], - "west": [-2, 1.199998, -2.8, 4, 4], + "west": [-2, 1.199998, -2.8, 4, 4] }, "jacket": { "texture": { "u": 16, "v": 32 }, @@ -162,7 +162,7 @@ { "type": "mson:plane", "__comment": "body sides a", "texture": { "u": 12, "v": 32 }, - "mirror": { false, false, true }, + "mirror": [ false, false, true ], "face": "west", "position": [ -4, -4, -4 ], "size": [ 4, 8 ], "stretch": 0.25 }, @@ -174,7 +174,7 @@ }, { "type": "mson:plane", "__comment": "body sides b", - "mirror": { false, false, true }, + "mirror": [ false, false, true ], "texture": { "u": 12, "v": 48 }, "face": "west", "position": [ -4, 0, -4 ], "size": [ 4, 8 ], "stretch": 0.25 @@ -187,7 +187,7 @@ }, { "type": "mson:plane", "__comment": "qt mark a", - "mirror": { false, false, true }, + "mirror": [ false, false, true ], "texture": { "u": 0, "v": 32 }, "face": "west", "position": [ -4, -4, 4 ], "size": [ 4, 4 ], "stretch": 0.25 @@ -305,7 +305,7 @@ "cubes": [ { "from": [ "#arm_x", 4, "#arm_z"], - "size": [ "#arm_width", "#arm_length", "#arm_depth" ] + "size": [ "#arm_width", "#arm_length", "#arm_depth" ], "stretch": 0.25 } ] @@ -316,7 +316,7 @@ "cubes": [ { "from": [ "#arm_x_neg", 4, "#arm_z"], - "size": [ "#arm_width", "#arm_length", "#arm_depth" ] + "size": [ "#arm_width", "#arm_length", "#arm_depth" ], "stretch": 0.25 } ] diff --git a/src/main/resources/assets/minelittlepony/models/villager.json b/src/main/resources/assets/minelittlepony/models/villager.json index b2a6da9f..8769bd9c 100644 --- a/src/main/resources/assets/minelittlepony/models/villager.json +++ b/src/main/resources/assets/minelittlepony/models/villager.json @@ -11,7 +11,7 @@ "type": "mson:slot", "name": "snout", "implementation": "com.minelittlepony.client.model.part.PonySnout", - "content: "minelitlepony:components/snout" + "content": "minelitlepony:components/snout" }, { "type": "mson:slot", @@ -25,8 +25,8 @@ "type": "mson:slot", "name": "wings", "implementation": "com.minelittlepony.client.model.part.BatWings", - "content: "minelitlepony:components/bat_wings" - } + "content": "minelitlepony:components/bat_wings" + }, "apron": { "type": "mson:planar", "texture": {"u": 56, "v": 16},