first commit
This commit is contained in:
@ -0,0 +1,52 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 1.5,
|
||||
"portraitTranslation": [
|
||||
-0.6,
|
||||
1.2,
|
||||
0
|
||||
],
|
||||
"profileScale": 0.6,
|
||||
"profileTranslation": [
|
||||
0,
|
||||
1.5,
|
||||
0
|
||||
],
|
||||
"poses": {
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"STAND",
|
||||
"NONE",
|
||||
"PORTRAIT",
|
||||
"PROFILE"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(eelektross, ground_idle)"
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"WALK"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(eelektross, ground_walk)"
|
||||
]
|
||||
},
|
||||
"battle-idle": {
|
||||
"poseName": "battle-idle",
|
||||
"transformTicks": 10,
|
||||
"isBattle": true,
|
||||
"poseTypes": [
|
||||
"STAND"
|
||||
],
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(eelektross, battle_idle)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user