For example, use the following animation_controller.
The interval before "/say on_exit" is too long.
There is no "animations" in "test_state" and the transition is "1" already, but the state still exits too late.
If "on_entry" is "/setblock ~ ~ ~ grass" and "on_exit" is "/setblock ~ ~ ~ air", which means grass will disappear immediately, but the player is moving, the position where the second command be executed could be wrong.
Don't tell me
"on_entry": ["/setblock ~ ~ ~ grass", "/setblock ~ ~ ~ air"]
because it doesn't work in my case! That's another bug I'm about to report. MCPE-116447
{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.player.__example__": {
"initial_state": "default",
"states": {
"default": {
"transitions": [
{
"test_state": "query.is_sneaking"
}
]
},
"test_state": {
"on_entry": [
"/say on_entry"
],
"on_exit": [
"/say on_exit"
],
"transitions": [
{
"default": "1"
}
]
}
}
}
}
}
Comments 3
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
For any account or purchasing related issues, please contact Minecraft Customer Support directly, as we cannot assist with those here at the bug tracker.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
For any account or purchasing related issues, please contact Minecraft Customer Support directly, as we cannot assist with those here at the bug tracker.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response
Is this still an issue in the latest version? If so, please make sure the ticket description contains the following information:
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki