1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-28 11:19:22 +00:00
Files
GeyserOptionalPack/animation_controllers/panda.animation_controllers.json
2021-03-08 02:41:47 -08:00

18 lines
272 B
JSON
Executable File

{
"format_version" : "1.10.0",
"animation_controllers" : {
"controller.animation.panda.sneezing" : {
"initial_state" : "baby",
"states" : {
"baby" : {
"animations" : [
{
"sneezing": false
}
]
}
}
}
}
}