1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-04 02:04:05 +00:00
Files
bedrock-samples/resource_pack/animation_controllers/happy_ghast.animation_controllers.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

22 lines
440 B
JSON

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