2025-02-18 15:25:17 +01:00

43 lines
1.0 KiB
JSON

{
"head": "head",
"portraitScale": 1.7,
"portraitTranslation": [ -0.2, 5.9, 0 ],
"profileScale": 0.4,
"profileTranslation": [ 0, 1.6, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(nihilego, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(nihilego, ground_walk)"
]
},
"flying": {
"poseName": "flying",
"transformTicks": 10,
"poseTypes": [ "FLY" ],
"animations": [ "bedrock(nihilego, ground_walk)"
]
},
"hovering": {
"poseName": "hovering",
"transformTicks": 10,
"poseTypes": [ "HOVER" ],
"animations": [ "bedrock(nihilego, ground_idle)"
]
}
}
}