28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"head": "head",
|
|
"portraitScale": 2.3,
|
|
"portraitTranslation": [ -0.6, 5.0, 0 ],
|
|
"profileScale": 0.4,
|
|
"profileTranslation": [ 0, 1.1, 0 ],
|
|
"poses": {
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"animations": [
|
|
"bedrock(melmetal, ground_idle)"
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "WALK" ],
|
|
"animations": [ "bedrock(melmetal, ground_walk)" ]
|
|
}
|
|
}
|
|
} |