1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-13 13:39:29 +00:00
bedrock-samples/resource_pack/animations/ghast.animation.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

46 lines
1.2 KiB
JSON

{
"format_version" : "1.8.0",
"animations" : {
"animation.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.ghast.scale" : {
"loop" : true,
"bones" : {
"body" : {
"scale" : 4.5
}
}
}
}
}