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

43 lines
1.0 KiB
JSON

{
"portraitScale": 3.0,
"portraitTranslation": [ 0.25, 0.5, 0 ],
"profileScale": 0.9,
"profileRotation": 90,
"profileTranslation": [ 0, 0.65, 0 ],
"faint": "bedrock(polteageist, sleep)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(polteageist, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(polteageist, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(polteageist, ground_walk)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(polteageist, blink)"]
}
]
}
}
}