Fix some json errors

This commit is contained in:
Matthew Messinger 2019-11-23 17:20:12 -05:00
parent ba52fe59de
commit b332a19a8d
12 changed files with 34 additions and 34 deletions

View file

@ -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 },

View file

@ -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": [

View file

@ -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",

View file

@ -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",

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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",

View file

@ -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",

View file

@ -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
}
]

View file

@ -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},