Mojira Archive
MC-230799

Sculk sensors detect the movement of crouching players after they respawn if toggle-sneak is enabled

The bug

If the sneak mode in control settings is set to "toggle", then players who die while sneaking will still be sneaking after they respawn. However, after respawning, sculk sensors will detect the movement of these players even though they are still sneaking.

Steps to reproduce

  1. Ensure that your sneak mode in control settings is set to "Toggle" instead of "Hold".
  2. Create a new peaceful superflat world.
  3. Execute the following commands: /gamerule doMobSpawning false, /kill @e[type=!player] and /gamemode survival.
  4. Crouch.
  5. Give yourself a sculk sensor and place it down.
  6. Set the spawnpoint next to the sculk sensor.
  7. Execute /kill. You should respawn crouching.
  8. Wait for the sculk sensor to stop clicking and move.
  9. The sculk sensor will pick up the vibrations.

Expected result

The sculk sensor should not detect the movement of crouching players, and they shouldn't emit vibrations, per MC-211243.