mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fixed kirin models
This commit is contained in:
parent
a1c588f1aa
commit
d7cc2d45cf
1 changed files with 20 additions and 15 deletions
|
@ -28,15 +28,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
"texture": { "u": 16, "v": 16 },
|
||||
"cubes": [
|
||||
{ "from": [-4, 4, -2], "size": [ 8, 8, 4] }
|
||||
],
|
||||
"neck": {
|
||||
"type": "mson:planar",
|
||||
"dilate": [ -0.3, "#neck_dilate_y", -0.3 ],
|
||||
"texture": { "u": 0, "v": 16 },
|
||||
"rotate": [9, 0, 0],
|
||||
"north": [-2, 1.199998, -2.8, 4, 4],
|
||||
"south": [-2, 1.199998, 1.2, 4, 4],
|
||||
"east": [ 2, 1.199998, -2.8, 4, 4],
|
||||
"west": [-2, 1.199998, -2.8, 4, 4],
|
||||
"children": {
|
||||
"beard": {
|
||||
"texture": { "u": 16, "v": 16 },
|
||||
"pivot": [-4, 2, -2],
|
||||
"rotate": [-20, 0, 0],
|
||||
"rotate": [-29, 0, 0],
|
||||
"cubes": [
|
||||
{ "from": [0, 0, 0], "size": [ 8, 8, 4], "dilate": [0.5, -0.5, 0] }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue