35 lines
653 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"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)"
]
}
}
}