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

69 lines
1.7 KiB
JSON

{
"head": "head",
"portraitScale": 1.3,
"portraitTranslation": [ -0.2, 0.75, 0 ],
"profileScale": 0.6,
"profileTranslation": [ 0, 1.1, 0 ],
"faint": "bedrock(reuniclus, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(reuniclus, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(reuniclus, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"bedrock(reuniclus, ground_walk)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(reuniclus, blink)"]
}
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [
"bedrock(reuniclus, ground_walk)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(reuniclus, blink)"]
}
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [
"bedrock(reuniclus, ground_walk)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(reuniclus, blink)"]
}
]
}
}
}