first commit
This commit is contained in:
@ -0,0 +1,43 @@
|
||||
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 0.5,
|
||||
"portraitTranslation": [ 0, 1.3, 0 ],
|
||||
"profileScale": 0.6,
|
||||
"profileTranslation": [ 0, 1.3, 0 ],
|
||||
"faint": "bedrock(ironmoth, ground_idle)",
|
||||
"poses": {
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"STAND",
|
||||
"NONE",
|
||||
"PORTRAIT",
|
||||
"PROFILE"
|
||||
],
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(ironmoth, ground_idle)"
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "WALK" ],
|
||||
"animations": [ "bedrock(ironmoth, ground_walk)" ]
|
||||
},
|
||||
"hovering": {
|
||||
"poseName": "hovering",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "HOVER" ],
|
||||
"animations": [ "bedrock(ironmoth, ground_walk)" ]
|
||||
},
|
||||
"flying": {
|
||||
"poseName": "flying",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "FLY" ],
|
||||
"animations": [ "bedrock(ironmoth, ground_run)" ]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user