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

30 lines
699 B
JSON

{
"portraitScale": 2.0,
"portraitTranslation": [ -1.25, 1.65, 0 ],
"profileScale": 0.6,
"profileTranslation": [ 0.05, 0.75, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(cresselia, ground_idle)"
],
"quirks": []
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"bedrock(cresselia, ground_idle)"
]
}
}
}