first commit
This commit is contained in:
@ -0,0 +1,53 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 1,
|
||||
"portraitTranslation": [0, 1, 0],
|
||||
"profileScale": 0.6,
|
||||
"profileTranslation": [0, 1.2, 0],
|
||||
"cry": "bedrock(houndour, cry)",
|
||||
"faint": "bedrock(houndour, ground_idle)",
|
||||
"poses": {
|
||||
"battle-idle": {
|
||||
"poseName": "battle-idle",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND"],
|
||||
"isBattle": true,
|
||||
"isTouchingWater": false,
|
||||
"transformedParts": [],
|
||||
"animations": ["bedrock(houndour, battle_idle)"]
|
||||
},
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
||||
"animations": ["look", "bedrock(houndour, ground_idle)"]
|
||||
,
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(houndour, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["WALK"],
|
||||
"animations": ["bedrock(houndour, ground_walk)"],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(houndour, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"sleeping": {
|
||||
"poseName": "sleeping",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["SLEEP"],
|
||||
"animations": [
|
||||
"bedrock(houndour, sleep)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user