mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-13 14:49:28 +00:00
a3b394c507
Initial layout
15 lines
615 B
JSON
15 lines
615 B
JSON
{
|
|
"format_version" : "1.8.0",
|
|
"animations" : {
|
|
"animation.minecart.move" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"bottom" : {
|
|
"position" : [ "variable.rail_offset.x / query.model_scale", "variable.rail_offset.y / query.model_scale", "variable.rail_offset.z / query.model_scale" ],
|
|
"rotation" : [ "variable.hurt > 0 ? -Math.sin(variable.hurt * 360 / (Math.pi * 2)) * variable.hurt * (((20 * 2 - query.structural_integrity) - query.frame_alpha) < 0 ? 0: (20 * 2 - query.structural_integrity) - query.frame_alpha) / 10 * query.hurt_direction : 0", 0.0, "-variable.rail_rotation.z" ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|