first commit
This commit is contained in:
@ -0,0 +1,38 @@
|
||||
{
|
||||
"portraitScale": 0.45,
|
||||
"portraitTranslation": [ -0.1, 2.5, 0 ],
|
||||
"profileScale": 0.25,
|
||||
"profileTranslation": [ 0, 1.5, 0 ],
|
||||
"poses": {
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"STAND",
|
||||
"NONE",
|
||||
"PORTRAIT",
|
||||
"PROFILE"
|
||||
],
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(ragingbolt, ground_idle)"
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "WALK" ],
|
||||
"animations": [ "bedrock(ragingbolt, ground_walk)" ]
|
||||
},
|
||||
"swimming": {
|
||||
"poseName": "swimming",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"SWIM"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(ragingbolt, ground_walk)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user