46 lines
995 B
JSON
46 lines
995 B
JSON
{
|
|
"head": "head",
|
|
"portraitScale": 2.5,
|
|
"portraitTranslation": [0, 2.5, 0.0],
|
|
"profileScale": 0.6,
|
|
"profileTranslation": [-0.15, 1, 0.0],
|
|
"poses": {
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE" ],
|
|
"animations": [
|
|
"look",
|
|
"bedrock(mewtwo2, ground_idle)"
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"poseTypes": ["WALK"],
|
|
"animations": [
|
|
"look",
|
|
"bedrock(mewtwo2, ground_walk)"
|
|
]
|
|
},
|
|
"hovering": {
|
|
"poseName": "hovering",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"HOVER"
|
|
],
|
|
"animations": [
|
|
"bedrock(mewtwo2, air_idle)"
|
|
]
|
|
},
|
|
"flying": {
|
|
"poseName": "flying",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"FLY"
|
|
],
|
|
"animations": [
|
|
"bedrock(mewtwo2, air_fly)"
|
|
]
|
|
}
|
|
}
|
|
} |