47 lines
906 B
JSON
47 lines
906 B
JSON
{
|
|
|
|
"head": "head",
|
|
"portraitScale": 2.7,
|
|
"portraitTranslation": [-0.2, -0.3, 0],
|
|
"profileScale": 1.2,
|
|
"profileTranslation": [0.0, 0.0, 0],
|
|
"poses": {
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"animations": [
|
|
"bedrock(cramorant, ground_idle)"
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "WALK" ],
|
|
"animations": [
|
|
"bedrock(cramorant, ground_walk)"
|
|
]
|
|
},
|
|
"swimming": {
|
|
"poseName": "swimming",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "SWIM" ],
|
|
"animations": [
|
|
"bedrock(cramorant, water_swim)"
|
|
]
|
|
},
|
|
"floating": {
|
|
"poseName": "floating",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "FLOAT" ],
|
|
"animations": [
|
|
"bedrock(cramorant, water_idle)"
|
|
]
|
|
}
|
|
}
|
|
} |