45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"head": "head",
|
|
"portraitScale": 1.5,
|
|
"portraitTranslation": [ -0.2, -0.4, 0 ],
|
|
"profileScale": 0.7,
|
|
"profileTranslation": [ 0, 0.4, 0 ],
|
|
"faint": "bedrock(shaymin, ground_sleep, true)",
|
|
"poses": {
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"animations": [
|
|
"bedrock(shaymin, ground_idle)"
|
|
],
|
|
"quirks": [
|
|
{
|
|
"name": "blink",
|
|
"animations": ["bedrock(shaymin, blink_alternate)"]
|
|
}
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "WALK" ],
|
|
"animations": [ "bedrock(shaymin, ground_walk)" ]
|
|
},
|
|
"sleeping": {
|
|
"poseName": "sleeping",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"SLEEP"
|
|
],
|
|
"animations": [
|
|
"bedrock(shaymin, ground_sleep)"
|
|
]
|
|
}
|
|
}
|
|
} |