- Build a structure like pic1.png.
- Keep walking straight to the corner in front of the upper slab.
- Press the shift key down and up quickly (need to keep on holding down the W key).
For more detailed operations that I may not know how to describe, please refer to the video (vid.mp4).
After the operations, sometimes the player may get stuck at the edge of the slab, After switching to the third person view, you will see the player repeatedly playing the sneaking animation.
Updated: I am going to show a way to reproduce it with command. It precisely changes the player's coordinates, allowing it to be located exactly at the edge of the upper slab.
/fill ~1 ~ ~1 ~1 ~1 ~2 minecraft:glass
/fill ~-1 ~ ~1 ~-1 ~1 ~2 minecraft:glass
/setblock ~ ~1 ~2 stone_slab[type=top]
/setblock ~ ~2 ~2 minecraft:command_block
- Set the command in the command block to:
tp [username] ~ ~-2 ~-0.7999999
- Activate this command block.
- Try to move towards the direction of the slab (don't press the Shift key).
- Then you will see the player was stuck like in the video:reproduce with command.mp4
- If the player didn't stuck at the edge of the slab (the player didn't try to sneak or the player successfully sneak down), change the number of 9s in the command of the command block and have some other tries.