mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Fix bad json
This commit is contained in:
parent
52038d2d0c
commit
cb34ce38d0
2 changed files with 18 additions and 12 deletions
|
@ -21,6 +21,7 @@
|
|||
"children": [
|
||||
{
|
||||
"type": "mson:plane",
|
||||
"face": "down",
|
||||
"from": [0, 6, -3], "size": [-3, 8, 3],
|
||||
"mirror": [false, false, true]
|
||||
}
|
||||
|
@ -49,6 +50,7 @@
|
|||
"children": [
|
||||
{
|
||||
"type": "mson:plane",
|
||||
"face": "down",
|
||||
"from": [0, 6, -3], "size": [-3, 8, 3],
|
||||
"mirror": [false, false, true]
|
||||
}
|
||||
|
|
|
@ -14,20 +14,24 @@
|
|||
{ "from": [-5, -5, -7], "size": [7, 4, 7] }
|
||||
],
|
||||
"children": [
|
||||
"center": [1.75, -4, 2],
|
||||
"texture": {"u": 0, "v": 87},
|
||||
"rotate": [6, 0, 3],
|
||||
"cubes": [
|
||||
{ "from": [-5, -4, -7], "size": [4, 4, 4] }
|
||||
],
|
||||
"children": [
|
||||
"center": [1.75, -2, 2],
|
||||
"texture": {"u": 0, "v": 95],
|
||||
"rotate": [12, 0, 6],
|
||||
{
|
||||
"center": [1.75, -4, 2],
|
||||
"texture": {"u": 0, "v": 87},
|
||||
"rotate": [6, 0, 3],
|
||||
"cubes": [
|
||||
{ "from": [-5, -2, -7], "size": [1, 2, 1] }
|
||||
{ "from": [-5, -4, -7], "size": [4, 4, 4] }
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"center": [1.75, -2, 2],
|
||||
"texture": {"u": 0, "v": 95},
|
||||
"rotate": [12, 0, 6],
|
||||
"cubes": [
|
||||
{ "from": [-5, -2, -7], "size": [1, 2, 1] }
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue