first commit
This commit is contained in:
@ -0,0 +1,44 @@
|
||||
{
|
||||
"portraitScale": 4,
|
||||
"portraitTranslation": [ 0.1, -4.4, 0 ],
|
||||
"profileScale": 1.25,
|
||||
"profileTranslation": [ 0.05, -0.2, 0 ],
|
||||
"faint": "bedrock(snom, sleep)",
|
||||
"poses": {
|
||||
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"STAND",
|
||||
"NONE",
|
||||
"PORTRAIT",
|
||||
"PROFILE"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(snom, ground_idle)"
|
||||
],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(snom, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "WALK" ],
|
||||
"animations": [
|
||||
"bedrock(snom, ground_walk)"
|
||||
],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(snom, blink)"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user