1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-06-28 11:59:04 +00:00
Files
bedrock-samples/resource_pack/animations/happy_ghast.animation.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

82 lines
1.8 KiB
JSON

{
"format_version": "1.8.0",
"animations": {
"animation.happy_ghast.move": {
"loop": true,
"bones": {
"tentacles_0": {
"rotation": [
"math.sin(query.life_time * 360.0 + 0) * 11.5 + 23",
0.0,
0.0
]
},
"tentacles_1": {
"rotation": [
"math.sin(query.life_time * 360.0 + 57) * 11.5 + 23",
0.0,
0.0
]
},
"tentacles_2": {
"rotation": [
"math.sin(query.life_time * 360.0 + 115) * 11.5 + 23",
0.0,
0.0
]
},
"tentacles_3": {
"rotation": [
"math.sin(query.life_time * 360.0 + 172) * 11.5 + 23",
0.0,
0.0
]
},
"tentacles_4": {
"rotation": [
"math.sin(query.life_time * 360.0 + 229) * 11.5 + 23",
0.0,
0.0
]
},
"tentacles_5": {
"rotation": [
"math.sin(query.life_time * 360.0 + 286) * 11.5 + 23",
0.0,
0.0
]
},
"tentacles_6": {
"rotation": [
"math.sin(query.life_time * 360.0 + 344) * 11.5 + 23",
0.0,
0.0
]
},
"tentacles_7": {
"rotation": [
"math.sin(query.life_time * 360.0 + 402) * 11.5 + 23",
0.0,
0.0
]
},
"tentacles_8": {
"rotation": [
"math.sin(query.life_time * 360.0 + 458) * 11.5 + 23",
0.0,
0.0
]
}
}
},
"animation.happy_ghast.scale": {
"loop": true,
"bones": {
"body": {
"scale": "variable.scale"
}
}
}
}
}