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

14 lines
226 B
JSON

{
"format_version" : "1.10.0",
"animation_controllers" : {
"controller.animation.magma_cube.general" : {
"initial_state" : "default",
"states" : {
"default" : {
"animations" : [ "move" ]
}
}
}
}
}