29 lines
631 B
JSON
29 lines
631 B
JSON
{
|
|
"head": "head",
|
|
"portraitScale": 1.5,
|
|
"portraitTranslation": [ 0, 0.3, 0 ],
|
|
"profileScale": 0.8,
|
|
"profileTranslation": [ 0, 0.6, 0 ],
|
|
"poses": {
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"animations": [
|
|
"look",
|
|
"bedrock(wattrel , ground_idle)"
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "WALK" ],
|
|
"animations": [ "bedrock(wattrel , ground_walk)" ]
|
|
}
|
|
}
|
|
} |