41 lines
961 B
JSON
41 lines
961 B
JSON
{
|
|
"head": "head",
|
|
"portraitScale": 2.6,
|
|
"portraitTranslation": [ -0.8, -1.8, 0 ],
|
|
"profileScale": 0.9,
|
|
"profileTranslation": [ 0, 0.3, 0 ],
|
|
"faint": "bedrock(skuntank, faint)",
|
|
"poses": {
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"animations": [
|
|
"look",
|
|
"bedrock(skuntank, ground_idle)"
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "WALK" ],
|
|
"animations": [ "bedrock(skuntank, ground_walk)" ]
|
|
},
|
|
"sleeping": {
|
|
"poseName": "sleeping",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"SLEEP"
|
|
],
|
|
"animations": [
|
|
"bedrock(skuntank, sleep)"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|