42 lines
963 B
JSON
42 lines
963 B
JSON
{
|
|
"head": "head",
|
|
"portraitScale": 2.5,
|
|
"portraitTranslation": [ -0.4, -0.6, 0 ],
|
|
"profileScale": 0.9,
|
|
"profileTranslation": [ 0, 0.4, 0 ],
|
|
"faint": "bedrock(glameow, faint)",
|
|
"poses": {
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"animations": [
|
|
"look",
|
|
"bedrock(glameow, ground_idle)"
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "WALK" ],
|
|
"animations": [ "bedrock(glameow, ground_walk)" ]
|
|
},
|
|
|
|
"sleeping": {
|
|
"poseName": "sleeping",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"SLEEP"
|
|
],
|
|
"animations": [
|
|
"bedrock(glameow, sleep)"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|