"controller.animation.blox.death": {
"initial_state": "default",
"states": {
"default": {
"transitions": [{
"death": "!query.is_alive"
}]
},
"death": {
"run_command": {
"command": ["summon c:blox_death"]
}
}
}
}
It said run command shouldn't be there,am i doing right
I was tryna summon an entity using command when this entity died