2025-02-18 15:25:17 +01:00

42 lines
963 B
JSON

{
"head": "head",
"portraitScale": 2.5,
"portraitTranslation": [ -0.4, 2.5, 0 ],
"profileScale": 0.6,
"profileTranslation": [ 0, 0.90, 0 ],
"faint": "bedrock(zeraora, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(zeraora, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(zeraora, ground_walk)" ]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(zeraora, sleep)"
]
}
}
}