MineLittlePony/src/main/resources/assets/minelittlepony/models/skull.json
2019-11-29 11:31:09 +02:00

55 lines
1 KiB
JSON

{
"texture": {"w": 64, "h": 64},
"locals": {
"snout_x": -3,
"snout_z": 2,
"horn_x": -1,
"horn_z": 4
},
"skull": {
"cubes": [
{"from": [-4, -8, -4], "size": [8, 8, 8]}
],
"children": [
{
"type": "mson:slot",
"name": "snout",
"locals": {
"x": 0,
"y": -4,
"z": 0
},
"implementation": "com.minelittlepony.client.model.part.PonySnout",
"content": "minelittlepony:components/snout"
},
{
"type": "mson:slot",
"name": "ears",
"locals": {
"x": 0,
"y": -4,
"z": 2
},
"implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/ears"
},
{
"type": "mson:slot",
"name": "horn",
"locals": {
"x": 0,
"y": -1,
"z": 3
},
"implementation": "com.minelittlepony.client.model.part.UnicornHorn",
"content": "minelittlepony:components/horn"
}
]
},
"hair": {
"texture": {"u": 32},
"cubes": [
{"from": [-4, -8, -4], "size": [8, 8, 8], "stretch": 0.25}
]
}
}