32 lines
713 B
JSON
32 lines
713 B
JSON
{
|
|
"portraitScale": 2.5,
|
|
"portraitTranslation": [ 0.2, -0.25, 0 ],
|
|
"profileScale": 1.25,
|
|
"profileTranslation": [ 0, 0.4, 0 ],
|
|
"faint": "bedrock(minior, sleep)",
|
|
"poses": {
|
|
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"animations": [
|
|
"bedrock(minior, ground_idle)"
|
|
]
|
|
},
|
|
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "WALK" ],
|
|
"animations": [
|
|
"bedrock(minior, ground_walk)"
|
|
]
|
|
}
|
|
}
|
|
} |