38 lines
861 B
JSON
38 lines
861 B
JSON
|
{
|
||
|
"portraitScale": 0.45,
|
||
|
"portraitTranslation": [ -0.1, 2.5, 0 ],
|
||
|
"profileScale": 0.25,
|
||
|
"profileTranslation": [ 0, 1.5, 0 ],
|
||
|
"poses": {
|
||
|
"standing": {
|
||
|
"poseName": "standing",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [
|
||
|
"STAND",
|
||
|
"NONE",
|
||
|
"PORTRAIT",
|
||
|
"PROFILE"
|
||
|
],
|
||
|
"animations": [
|
||
|
"look",
|
||
|
"bedrock(ragingbolt, ground_idle)"
|
||
|
]
|
||
|
},
|
||
|
"walking": {
|
||
|
"poseName": "walking",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [ "WALK" ],
|
||
|
"animations": [ "bedrock(ragingbolt, ground_walk)" ]
|
||
|
},
|
||
|
"swimming": {
|
||
|
"poseName": "swimming",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [
|
||
|
"SWIM"
|
||
|
],
|
||
|
"animations": [
|
||
|
"bedrock(ragingbolt, ground_walk)"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|