43 lines
1019 B
JSON
43 lines
1019 B
JSON
|
{
|
||
|
"head": "head",
|
||
|
"portraitScale": 1.7,
|
||
|
"portraitTranslation": [ -0.3, 2.1, 0 ],
|
||
|
"profileScale": 0.6,
|
||
|
"profileTranslation": [ 0, 0.9, 0 ],
|
||
|
"poses": {
|
||
|
"standing": {
|
||
|
"poseName": "standing",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [
|
||
|
"STAND",
|
||
|
"NONE",
|
||
|
"PORTRAIT",
|
||
|
"PROFILE"
|
||
|
],
|
||
|
"animations": [
|
||
|
"bedrock(ledian, ground_idle)"
|
||
|
]
|
||
|
},
|
||
|
"walking": {
|
||
|
"poseName": "walking",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [ "WALK" ],
|
||
|
"animations": [ "bedrock(ledian, ground_walk)"
|
||
|
]
|
||
|
},
|
||
|
"flying": {
|
||
|
"poseName": "flying",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [ "FLY" ],
|
||
|
"animations": [ "bedrock(ledian, ground_walk)"
|
||
|
]
|
||
|
},
|
||
|
"hovering": {
|
||
|
"poseName": "hovering",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [ "HOVER" ],
|
||
|
"animations": [ "bedrock(ledian, ground_idle)"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|