first commit
This commit is contained in:
@ -0,0 +1,47 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 3,
|
||||
"portraitTranslation": [ 0.10, 1.50, 0 ],
|
||||
"profileScale": 0.5,
|
||||
"profileTranslation": [ 0.05, 1.0, 0 ],
|
||||
"faint": "bedrock(altaria, sleep)",
|
||||
"poses": {
|
||||
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"STAND",
|
||||
"NONE",
|
||||
"PORTRAIT",
|
||||
"PROFILE"
|
||||
],
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(altaria, ground_idle)"
|
||||
],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(altaria, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "WALK" ],
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(altaria, ground_walk)"
|
||||
],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(altaria, blink)"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user