1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-24 04:04:17 +00:00
Files
bedrock-samples/resource_pack/animation_controllers/snow_golem.animation_controllers.json
Mike Ammerlaan 13737dc4cb 1.19.40.23
2022-10-04 08:25:43 -07:00

19 lines
309 B
JSON

{
"format_version" : "1.10.0",
"animation_controllers" : {
"controller.animation.snowgolem.move.v1.8" : {
"initial_state" : "default",
"states" : {
"default" : {
"animations" : [
{
"move" : "query.modified_move_speed"
},
"look_at_target"
]
}
}
}
}
}