mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fix some json errors
This commit is contained in:
parent
ba52fe59de
commit
b332a19a8d
12 changed files with 34 additions and 34 deletions
|
@ -7,18 +7,18 @@
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"center": [0, 0, -4],
|
"center": [0, 0, -4],
|
||||||
"cubes" [
|
"cubes": [
|
||||||
{"from": [-3, -6, -3], "size": [6, 6, 6] },
|
{"from": [-3, -6, -3], "size": [6, 6, 6] },
|
||||||
{"from": [ 2, -7, 1], "size": [1, 1, 1], "texture": ["u": 28, "v": 0] },
|
{"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": [-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": [-1, -2, -4], "size": [2, 2, 1], "texture": {"u": 24, "v": 9} }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rotate": [-0.2617994, 0, 0],
|
"rotate": [-0.2617994, 0, 0],
|
||||||
"cubes" [
|
"cubes": [
|
||||||
{"from": [ 1, -11, -3], "size": [1, 6, 1], "texture": ["u": 28, "v": 2] },
|
{"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] }
|
{"from": [-2, -11, -2], "size": [1, 6, 1], "texture": {"u": 24, "v": 2} }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -40,18 +40,18 @@
|
||||||
},
|
},
|
||||||
"tail": {
|
"tail": {
|
||||||
"texture": {"u": 32, "v": 0 },
|
"texture": {"u": 32, "v": 0 },
|
||||||
"rotate": [-1, 7, 10]
|
"rotate": [-1, 7, 10],
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{"from": [0, 0, 1], "size": [2, 9, 2] }
|
{"from": [0, 0, 1], "size": [2, 9, 2] }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tail_stub": {
|
"tail_stub": {
|
||||||
"texture": {"u": 40, "v": 7 },
|
"texture": {"u": 40, "v": 7 },
|
||||||
"rotate": [-0.5, 8, 8]
|
"rotate": [-0.5, 8, 8],
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{"from": [0, 0, 0], "size": [1, 1, 3] }
|
{"from": [0, 0, 0], "size": [1, 1, 3] }
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
"right_arm": {
|
"right_arm": {
|
||||||
"center": [-3, 8, -5],
|
"center": [-3, 8, -5],
|
||||||
"texture": { "u": 36, "v": 12 },
|
"texture": { "u": 36, "v": 12 },
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{ "from": [7, -5, 0], "size": [1, 1, 1], "texture": {"u": 8, "v": 2 } }
|
{ "from": [7, -5, 0], "size": [1, 1, 1], "texture": {"u": 8, "v": 2 } }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"left": {
|
"right": {
|
||||||
"center": [7, 0.5, 0.5],
|
"center": [7, 0.5, 0.5],
|
||||||
"offset": [0, 0, 0],
|
"offset": [0, 0, 0],
|
||||||
"cubes": [
|
"cubes": [
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "snout",
|
"name": "snout",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
||||||
"content: "minelitlepony:components/snout"
|
"content": "minelitlepony:components/snout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "snout",
|
"name": "snout",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
||||||
"content: "minelitlepony:components/snout"
|
"content": "minelitlepony:components/snout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "wings",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PegasusWings",
|
"implementation": "com.minelittlepony.client.model.part.PegasusWings",
|
||||||
"content: "minelitlepony:components/pegasus_wings"
|
"content": "minelitlepony:components/pegasus_wings"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "snout",
|
"name": "snout",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
||||||
"content: "minelitlepony:components/snout"
|
"content": "minelitlepony:components/snout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
|
@ -25,6 +25,6 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "wings",
|
||||||
"implementation": "com.minelittlepony.client.model.part.BatWings",
|
"implementation": "com.minelittlepony.client.model.part.BatWings",
|
||||||
"content: "minelitlepony:components/bat_wings"
|
"content": "minelitlepony:components/bat_wings"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "wings",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PegasusWings",
|
"implementation": "com.minelittlepony.client.model.part.PegasusWings",
|
||||||
"content: "minelitlepony:components/bug_wings"
|
"content": "minelitlepony:components/bug_wings"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "wings",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PegasusWings",
|
"implementation": "com.minelittlepony.client.model.part.PegasusWings",
|
||||||
"content: "minelitlepony:components/pegasus_wings"
|
"content": "minelitlepony:components/pegasus_wings"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "snout",
|
"name": "snout",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
||||||
"content: "minelitlepony:components/snout"
|
"content": "minelitlepony:components/snout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "snout",
|
"name": "snout",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
||||||
"content: "minelitlepony:components/snout"
|
"content": "minelitlepony:components/snout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "snout",
|
"name": "snout",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
||||||
"content: "minelitlepony:components/snout"
|
"content": "minelitlepony:components/snout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
{
|
{
|
||||||
"type": "mson:plane", "__comment": "body sides",
|
"type": "mson:plane", "__comment": "body sides",
|
||||||
"texture": { "u": 24, "v": 0 },
|
"texture": { "u": 24, "v": 0 },
|
||||||
"mirror": { false, false, true },
|
"mirror": [ false, false, true ],
|
||||||
"face": "west",
|
"face": "west",
|
||||||
"position": [ -4, -4, -4 ], "size": [ 8, 8 ]
|
"position": [ -4, -4, -4 ], "size": [ 8, 8 ]
|
||||||
},
|
},
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
{
|
{
|
||||||
"type": "mson:plane", "__comment": "cutie mark",
|
"type": "mson:plane", "__comment": "cutie mark",
|
||||||
"texture": { "u": 4, "v": 0 },
|
"texture": { "u": 4, "v": 0 },
|
||||||
"mirror": { false, false, true },
|
"mirror": [ false, false, true ],
|
||||||
"face": "east",
|
"face": "east",
|
||||||
"position": [ -4, -4, 4 ], "size": [ 8, 4 ]
|
"position": [ -4, -4, 4 ], "size": [ 8, 4 ]
|
||||||
},
|
},
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
{
|
{
|
||||||
"type": "mson:plane", "__comment": "back",
|
"type": "mson:plane", "__comment": "back",
|
||||||
"texture": { "u": 32, "v": 20 },
|
"texture": { "u": 32, "v": 20 },
|
||||||
"mirror": { false, false, true },
|
"mirror": [ false, false, true ],
|
||||||
"face": "up",
|
"face": "up",
|
||||||
"position": [ -4, -4, -4 ], "size": [ 8, 12 ]
|
"position": [ -4, -4, -4 ], "size": [ 8, 12 ]
|
||||||
}
|
}
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{
|
{
|
||||||
"type": "mson:plane",
|
"type": "mson:plane",
|
||||||
"mirror": { false, false, true },
|
"mirror": [ false, false, true ],
|
||||||
"face": "west",
|
"face": "west",
|
||||||
"position": [ -1, -2, -2 ], "size": [ 2, 6 ]
|
"position": [ -1, -2, -2 ], "size": [ 2, 6 ]
|
||||||
}
|
}
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
"north": [-2, 1.199998, -2.8, 4, 4],
|
"north": [-2, 1.199998, -2.8, 4, 4],
|
||||||
"south": [-2, 1.199998, 1.2, 4, 4],
|
"south": [-2, 1.199998, 1.2, 4, 4],
|
||||||
"east": [ 2, 1.199998, -2.8, 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": {
|
"jacket": {
|
||||||
"texture": { "u": 16, "v": 32 },
|
"texture": { "u": 16, "v": 32 },
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
{
|
{
|
||||||
"type": "mson:plane", "__comment": "body sides a",
|
"type": "mson:plane", "__comment": "body sides a",
|
||||||
"texture": { "u": 12, "v": 32 },
|
"texture": { "u": 12, "v": 32 },
|
||||||
"mirror": { false, false, true },
|
"mirror": [ false, false, true ],
|
||||||
"face": "west",
|
"face": "west",
|
||||||
"position": [ -4, -4, -4 ], "size": [ 4, 8 ], "stretch": 0.25
|
"position": [ -4, -4, -4 ], "size": [ 4, 8 ], "stretch": 0.25
|
||||||
},
|
},
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:plane", "__comment": "body sides b",
|
"type": "mson:plane", "__comment": "body sides b",
|
||||||
"mirror": { false, false, true },
|
"mirror": [ false, false, true ],
|
||||||
"texture": { "u": 12, "v": 48 },
|
"texture": { "u": 12, "v": 48 },
|
||||||
"face": "west",
|
"face": "west",
|
||||||
"position": [ -4, 0, -4 ], "size": [ 4, 8 ], "stretch": 0.25
|
"position": [ -4, 0, -4 ], "size": [ 4, 8 ], "stretch": 0.25
|
||||||
|
@ -187,7 +187,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:plane", "__comment": "qt mark a",
|
"type": "mson:plane", "__comment": "qt mark a",
|
||||||
"mirror": { false, false, true },
|
"mirror": [ false, false, true ],
|
||||||
"texture": { "u": 0, "v": 32 },
|
"texture": { "u": 0, "v": 32 },
|
||||||
"face": "west",
|
"face": "west",
|
||||||
"position": [ -4, -4, 4 ], "size": [ 4, 4 ], "stretch": 0.25
|
"position": [ -4, -4, 4 ], "size": [ 4, 4 ], "stretch": 0.25
|
||||||
|
@ -305,7 +305,7 @@
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{
|
{
|
||||||
"from": [ "#arm_x", 4, "#arm_z"],
|
"from": [ "#arm_x", 4, "#arm_z"],
|
||||||
"size": [ "#arm_width", "#arm_length", "#arm_depth" ]
|
"size": [ "#arm_width", "#arm_length", "#arm_depth" ],
|
||||||
"stretch": 0.25
|
"stretch": 0.25
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -316,7 +316,7 @@
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{
|
{
|
||||||
"from": [ "#arm_x_neg", 4, "#arm_z"],
|
"from": [ "#arm_x_neg", 4, "#arm_z"],
|
||||||
"size": [ "#arm_width", "#arm_length", "#arm_depth" ]
|
"size": [ "#arm_width", "#arm_length", "#arm_depth" ],
|
||||||
"stretch": 0.25
|
"stretch": 0.25
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "snout",
|
"name": "snout",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
||||||
"content: "minelitlepony:components/snout"
|
"content": "minelitlepony:components/snout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "wings",
|
||||||
"implementation": "com.minelittlepony.client.model.part.BatWings",
|
"implementation": "com.minelittlepony.client.model.part.BatWings",
|
||||||
"content: "minelitlepony:components/bat_wings"
|
"content": "minelitlepony:components/bat_wings"
|
||||||
}
|
},
|
||||||
"apron": {
|
"apron": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 16},
|
"texture": {"u": 56, "v": 16},
|
||||||
|
|
Loading…
Reference in a new issue