first commit
This commit is contained in:
@ -0,0 +1,46 @@
|
||||
{
|
||||
"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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user