mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +01:00
Fixed kirin models
This commit is contained in:
parent
a1c588f1aa
commit
d7cc2d45cf
1 changed files with 20 additions and 15 deletions
|
@ -28,21 +28,26 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"body": {
|
"neck": {
|
||||||
"texture": { "u": 16, "v": 16 },
|
"type": "mson:planar",
|
||||||
"cubes": [
|
"dilate": [ -0.3, "#neck_dilate_y", -0.3 ],
|
||||||
{ "from": [-4, 4, -2], "size": [ 8, 8, 4] }
|
"texture": { "u": 0, "v": 16 },
|
||||||
],
|
"rotate": [9, 0, 0],
|
||||||
"children": {
|
"north": [-2, 1.199998, -2.8, 4, 4],
|
||||||
"beard": {
|
"south": [-2, 1.199998, 1.2, 4, 4],
|
||||||
"pivot": [-4, 2, -2],
|
"east": [ 2, 1.199998, -2.8, 4, 4],
|
||||||
"rotate": [-20, 0, 0],
|
"west": [-2, 1.199998, -2.8, 4, 4],
|
||||||
"cubes": [
|
"children": {
|
||||||
{ "from": [0, 0, 0], "size": [ 8, 8, 4], "dilate": [0.5, -0.5, 0] }
|
"beard": {
|
||||||
]
|
"texture": { "u": 16, "v": 16 },
|
||||||
}
|
"pivot": [-4, 2, -2],
|
||||||
}
|
"rotate": [-29, 0, 0],
|
||||||
},
|
"cubes": [
|
||||||
|
{ "from": [0, 0, 0], "size": [ 8, 8, 4], "dilate": [0.5, -0.5, 0] }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"tail": {
|
"tail": {
|
||||||
"implementation": "com.minelittlepony.client.model.part.LionTail",
|
"implementation": "com.minelittlepony.client.model.part.LionTail",
|
||||||
"data": "minelittlepony:components/lion_tail"
|
"data": "minelittlepony:components/lion_tail"
|
||||||
|
|
Loading…
Reference in a new issue