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

34 lines
844 B
JSON

{
"head": "head",
"portraitScale": 2.5,
"portraitTranslation": [0.2, -1.85, 0],
"profileScale": 1.5,
"profileTranslation": [0, -0.5, 0],
"faint": "bedrock(capsakid, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"],
"animations": [
"look",
"bedrock(capsakid, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK", "SWIM"],
"animations": [
"look",
"bedrock(capsakid, ground_walk)"
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [ "SLEEP" ],
"animations": [ "bedrock(capsakid, sleep)" ]
}
}
}