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/magma_cube.animation.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

32 lines
1.1 KiB
JSON

{
"format_version" : "1.8.0",
"animations" : {
"animation.magma_cube.move" : {
"loop" : true,
"bones" : {
"bodycube_0" : {
"position" : [ 0.0, "3.0 * (variable.slime_squish_factor < 0.0 ? 0.0 : variable.slime_squish_factor) * 1.7", 0.0 ]
},
"bodycube_1" : {
"position" : [ 0.0, "2.0 * (variable.slime_squish_factor < 0.0 ? 0.0 : variable.slime_squish_factor) * 1.7", 0.0 ]
},
"bodycube_2" : {
"position" : [ 0.0, "1.0 * (variable.slime_squish_factor < 0.0 ? 0.0 : variable.slime_squish_factor) * 1.7", 0.0 ]
},
"bodycube_4" : {
"position" : [ 0.0, "-1.0 * (variable.slime_squish_factor < 0.0 ? 0.0 : variable.slime_squish_factor) * 1.7", 0.0 ]
},
"bodycube_5" : {
"position" : [ 0.0, "-2.0 * (variable.slime_squish_factor < 0.0 ? 0.0 : variable.slime_squish_factor) * 1.7", 0.0 ]
},
"bodycube_6" : {
"position" : [ 0.0, "-3.0 * (variable.slime_squish_factor < 0.0 ? 0.0 : variable.slime_squish_factor) * 1.7", 0.0 ]
},
"bodycube_7" : {
"position" : [ 0.0, "-4.0 * (variable.slime_squish_factor < 0.0 ? 0.0 : variable.slime_squish_factor) * 1.7", 0.0 ]
}
}
}
}
}