Summary:
Drowned walk jumping on incomplete blocks. Incomplete blocks in this bug are all blocks whose collision is less than a full block.
Previously, the same problem was only with pressure plates MCPE-153329.
Steps to reproduce:
Place incomplete blocks 3 by 3 blocks.
Summon in the center of the drowned.
Summon a nearby villager.
Observed results:
Drowned move by jumping.
Expected results:
Drowned will move around incomplete blocks normally like other mobs.
Linked issues
is duplicated by 3
Attachments
Comments 3
At 1.19.50.23, the drowned does not walk with jumps on the pressure plates. On other blocks with a collision is less than a full block, drowned can walk, but only jumping. Drowned cannot step on blocks with a collision, more than half of the block.
Perhaps a potential fix can be in replacing the jumps of drowned with an auto step up one block as in a Java edition.
At 1.19.40, the drowned moving to some incomplete blocks makes 1 jump, even when it is not required (for example, for the carpet), but now they do not jump constantly when they walk. Also, he cannot completely walk on the frame of the portal.
The problem MCPE-153329 with pressure plates has not changed.