ntx4core/src/main/resources/assets/ntx4core/animations/alec.json
2023-10-31 10:31:05 +01:00

24 lines
423 B
JSON

{
"format_version": "1.8.0",
"animations": {
"animation.alec.idle": {
"loop": true,
"animation_length": 4,
"bones": {
"alecubus": {
"rotation": {
"0.0": [0, 0, 0],
"0.5": [0, 45, 0],
"1.0": [0, 90, 0],
"1.5": [0, 135, 0],
"2.0": [0, 180, 0],
"2.5": [0, 225, 0],
"3.0": [0, 270, 0],
"3.5": [0, 315, 0],
"4.0": [0, 360, 0]
}
}
}
}
}
}