first commit
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 1.2,
|
||||
"portraitTranslation": [ 0, 0, 0 ],
|
||||
"profileScale": 1.1,
|
||||
"profileTranslation": [ 0, 0, 0 ],
|
||||
"poses": {
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"STAND",
|
||||
"PORTRAIT",
|
||||
"PROFILE",
|
||||
"NONE"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(dottler, ground_idle)"
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"WALK"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(dottler, ground_walk)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user