92 lines
1.8 KiB
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"head": "head",
"portraitScale": 3,
"portraitTranslation": [
-0.2,
-1.5,
0
],
"profileScale": 1,
"profileTranslation": [
0,
0.5,
0
],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(tynamo, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(tynamo, blink)"
]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(tynamo, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(tynamo, blink)"
]
}
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [
"SWIM"
],
"animations": [
"bedrock(tynamo, water_swim)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(tynamo, blink)"
]
}
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [
"FLOAT"
],
"animations": [
"bedrock(tynamo, water_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(tynamo, blink)"
]
}
]
}
}
}