MineLittlePony/src/main/resources/assets/minelittlepony/models/villager.json
2019-11-26 18:04:03 +02:00

48 lines
1.1 KiB
JSON

{
"parent": "minelittlepony:races/alicorn",
"head": {
"offset": [ 0, -1, -2 ],
"center": [ 0, 0, -2 ],
"cubes": [
{ "from": [-4, -4, -4], "size": [ 8, 8, 8] }
],
"children": [
{
"type": "mson:slot",
"name": "snout",
"implementation": "com.minelittlepony.client.model.part.PonySnout",
"content": "minelittlepony:components/snout"
},
{
"type": "mson:slot",
"name": "ears",
"implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/bat_ears"
},
{
"type": "mson:slot",
"name": "horn",
"implementation": "com.minelittlepony.client.model.part.UnicornHorn",
"content": "minelittlepony:components/horn"
}
]
},
"bat_wings": {
"type": "mson:slot",
"name": "wings",
"implementation": "com.minelittlepony.client.model.part.BatWings",
"content": "minelittlepony:components/bat_wings"
},
"apron": {
"type": "mson:planar",
"texture": {"u": 56, "v": 16},
"offset": [0, 8, 6],
"south": [-4, -4, -9, 8, 10]
},
"trinket": {
"type": "mson:planar",
"texture": {"u": 0, "v": 3},
"offset": [0, 8, 6],
"south": [-2, -4, -9, 4, 5]
}
}