mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed some more bad json
This commit is contained in:
parent
90ca721fbb
commit
ed7f922403
4 changed files with 13 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"left_wing": {
|
"left_wing": {
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "left_wing",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
||||||
"content": {
|
"content": {
|
||||||
"folded": { "visible": false },
|
"folded": { "visible": false },
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
"right_wing": {
|
"right_wing": {
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "right_wing",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
||||||
"content": {
|
"content": {
|
||||||
"folded": { "visible": false },
|
"folded": { "visible": false },
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"left_wing": {
|
"left_wing": {
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "left_wing",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
||||||
"content": {
|
"content": {
|
||||||
"folded": {
|
"folded": {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
},
|
},
|
||||||
"right_wing": {
|
"right_wing": {
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "right_wing",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
||||||
"content": {
|
"content": {
|
||||||
"folded": {
|
"folded": {
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
},
|
},
|
||||||
"legacy_right_wing": {
|
"legacy_right_wing": {
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "wings",
|
"name": "legacy_right_wing",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
||||||
"content": {
|
"content": {
|
||||||
"folded": {
|
"folded": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "minelittlepony:steve_pony",
|
"parent": "minelittlepony:races/alicorn",
|
||||||
"locals": {
|
"locals": {
|
||||||
"arm_width": 2,
|
"arm_width": 2,
|
||||||
"arm_depth": 2
|
"arm_depth": 2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "minelittlepony:races/pegasus",
|
"parent": "minelittlepony:races/alicorn",
|
||||||
"head": {
|
"head": {
|
||||||
"offset": [ 0, -1, -2 ],
|
"offset": [ 0, -1, -2 ],
|
||||||
"center": [ 0, 0, -2 ],
|
"center": [ 0, 0, -2 ],
|
||||||
|
@ -18,6 +18,12 @@
|
||||||
"name": "ears",
|
"name": "ears",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonyEars",
|
"implementation": "com.minelittlepony.client.model.part.PonyEars",
|
||||||
"content": "minelittlepony:components/bat_ears"
|
"content": "minelittlepony:components/bat_ears"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "mson:slot",
|
||||||
|
"name": "horn",
|
||||||
|
"implementation": "com.minelittlepony.client.model.part.UnicornHorn",
|
||||||
|
"content": "minelittlepony:components/horn"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue