mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-03-25 05:00:55 +01:00
49 lines
968 B
JSON
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}
|
|
]
|
|
}
|
|
}
|