35 lines
653 B
JSON
35 lines
653 B
JSON
|
{
|
||
|
"head": "head",
|
||
|
"portraitScale": 1.6,
|
||
|
"portraitTranslation": [ 0, -0.2, 0 ],
|
||
|
"profileScale": 1.3,
|
||
|
"profileTranslation": [ 0.2, -0.1, 0 ],
|
||
|
"poses": {
|
||
|
"standing": {
|
||
|
"poseName": "standing",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [
|
||
|
"STAND",
|
||
|
"PORTRAIT",
|
||
|
"PROFILE",
|
||
|
"NONE"
|
||
|
],
|
||
|
"animations": [
|
||
|
"look",
|
||
|
"bedrock(blipbug, ground_idle)"
|
||
|
]
|
||
|
},
|
||
|
"walking": {
|
||
|
"poseName": "walking",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [
|
||
|
"WALK"
|
||
|
],
|
||
|
"animations": [
|
||
|
"look",
|
||
|
"bedrock(blipbug, ground_walk)"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|