Title describes the bug.
Steps to reproduce:
Go to the world which is attached below;
Change your camera perspective to "Third Person Back" or "Third Person Front";
Run forward and make sure you step on the blue concrete and then the red one;
When the character dies, wait a second;
Bug recreated.
Steps to reproduce without world:
Create new world and set your default gamemode as creative and turn on cheats;
Give yourself repeating command block with command:
/give @p repeating_command_block;
Place two repeating command block anywhere;
In first repeating command block write this command:
/execute @p ~ ~ ~ detect ~ ~-1 ~ concrete 3 effect @p speed 2 2;
In second repeating command block write this command:
/execute @p ~ ~ ~ detect ~ ~-1 ~ concrete 14 kill @p;
Place light blue concrete and red concrete (or blocks, that you wrote in command). There must be a distance of 2 - 4 blocks between them.
Change your camera perspective to third person back or to third persont front;
Change your personal gamemode to survival or adventure;
Step on light blue concrete and then on red concrete;
Then you die, wait a second;
Bug recreated.
Observed Results:
Character appears after his death and after speed effect ends.
Expected Results:
Character doesn't appears.
Attachments
Comments 4
The /execute command syntax changed. Can the /execute commands be updated to work with Bedrock 1.21.51?
/execute at @p if block ~ ~-1 ~ red_concrete run /effect @p speed 2 2
/execute at @p if block ~ ~-1 ~ light_blue_concrete run /kill @p
Potential Steps to Reproduce (revised)
Create new world and set your default gamemode as creative and turn on cheats
Give yourself repeating command block with command:
/give @p repeating_command_block
Place two repeating command block anywhere
In first repeating command block write this command: /execute at @p if block ~ ~-1 ~ red_concrete run /effect @p speed 2 2
In second repeating command block write this command: /execute at @p if block ~ ~-1 ~ light_blue_concrete run /kill @p
Dig a 1x1x1 hole for the red concrete block.
Place a red concrete block in the 1x1x1 hole you just dug.
3 blocks away from the red concrete block, dig a 1x1x1 hole for the light blue concrete block.
Place a light blue concrete block in the 1x1x1 hole you just dug for the light blue concrete block.
Place a red concrete block on top of the red concrete block you just placed.
Place a light blue concrete block on top of the light blue concrete block you just placed.
Change your camera perspective to third person back or to third person front.
Change your personal gamemode to survival or adventure
Step on red concrete then on light blue concrete. You may need to jump.
Then you die, wait a second
Bug recreated.
I was unable to reproduce this on Windows in 1.21.51. These steps may still work for mobile, which I have not yet tested for in 1.21.51 Hotfix.
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, can you please add it to the affected versions (or mention it if you are not the reporter).
Also, just a reminder, to make your bug report as effective as possible, please try and include the following steps to reproduce the problem:
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