MineLittlePony/src/main/resources/assets/minelittlepony/models/skull.json
2021-06-19 14:37:45 +02:00

49 lines
968 B
JSON

{
"texture": {"w": 64, "h": 64},
"head": {
"cubes": [
{"from": [-4, -8, -4], "size": [8, 8, 8]}
],
"children": [
{
"type": "mson:slot",
"name": "snout",
"locals": {
"x": 0,
"y": -4,
"z": 4
},
"implementation": "com.minelittlepony.client.model.part.PonySnout",
"content": "minelittlepony:components/snout"
},
{
"type": "mson:slot",
"name": "ears",
"locals": {
"x": 0,
"y": -2,
"z": 2
},
"implementation": "com.minelittlepony.client.model.part.PonyEars",
"content": "minelittlepony:components/ears"
},
{
"type": "mson:slot",
"name": "horn",
"locals": {
"x": 0,
"y": -2,
"z": 4
},
"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}
]
}
}