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

20 lines
395 B
JSON

{
"format_version" : "1.8.0",
"animations" : {
"animation.evocation_fang.bite" : {
"loop" : true,
"bones" : {
"base" : {
"position" : [ 0.0, "-12.0 + variable.y_offset", 0.0 ]
},
"lower_jaw" : {
"rotation" : [ 0.0, 0.0, "180.0 + variable.bite_amount" ]
},
"upper_jaw" : {
"rotation" : [ 0.0, 0.0, "180.0 - variable.bite_amount" ]
}
}
}
}
}