first commit
This commit is contained in:
@ -0,0 +1,59 @@
|
||||
{
|
||||
"portraitScale":3,
|
||||
"portraitTranslation":[
|
||||
-0.3,
|
||||
-1.4,
|
||||
0
|
||||
],
|
||||
"profileScale":1,
|
||||
"profileTranslation":[
|
||||
-0.25,
|
||||
0.25,
|
||||
0
|
||||
],
|
||||
"poses":{
|
||||
"standing":{
|
||||
"poseName":"standing",
|
||||
"transformTicks":10,
|
||||
"poseTypes":[
|
||||
"STAND",
|
||||
"NONE",
|
||||
"PORTRAIT",
|
||||
"PROFILE"
|
||||
],
|
||||
"animations":[
|
||||
"bedrock(vullaby, ground_idle)"
|
||||
]
|
||||
},
|
||||
"walking":{
|
||||
"poseName":"walking",
|
||||
"transformTicks":10,
|
||||
"poseTypes":[
|
||||
"WALK"
|
||||
],
|
||||
"animations":[
|
||||
"bedrock(vullaby, ground_walk)"
|
||||
]
|
||||
},
|
||||
"hovering": {
|
||||
"poseName": "hovering",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"HOVER"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(vullaby, air_idle)"
|
||||
]
|
||||
},
|
||||
"flying": {
|
||||
"poseName": "flying",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"FLY"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(vullaby, air_fly)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user