The bug
Mobs will sink into blocks instead of landing on them when falling with falling_block entities below them, unlike players that get pushed out.
How to reproduce
Build a sand or gravel tower
Spawn a mob on top of the tower
Remove one sand or gravel under the tower
→ ❌ The mob will sink into the block and on the second time will suffocate
Linked issues
is duplicated by 2
Attachments
Comments 17
This might be caused by falling sand falling slower than mobs/players. The mob/player will land before the sand does, causing the mob/player to appear to sink into the sand.
I have this problem in 16w40a.
Place a 3x3 array of sand with a piston under the centre block.
Stand on the centre block.
When the piston activates for a short period (1 game tick, powered using observer block) the player ends up inside the sand block.
Is there anyone with same problem?