32 lines
713 B
JSON
Raw Permalink Normal View History

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