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

25 lines
503 B
JSON

{
"format_version" : "1.8.0",
"animations" : {
"animation.pufferfish.flop" : {
"loop" : true,
"bones" : {
"body" : {
"rotation" : [ 0.0, 0.0, "variable.zrot" ]
},
"tailfin" : {
"rotation" : [ 0.0, "math.cos(variable.animationamountblend * 45.0) * -5.75", 0.0 ]
}
}
},
"animation.pufferfish.swim" : {
"loop" : true,
"bones" : {
"tailfin" : {
"rotation" : [ 0.0, "math.cos(variable.animationamountblend * 30.0) * -5.75", 0.0 ]
}
}
}
}
}