-
Bug
-
Resolution: Fixed
-
Minecraft 1.12.2, Minecraft 18w05a, Minecraft 1.13, Minecraft 1.13.1-pre1, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 19w03b, Minecraft 19w03c, 1.15.1, 1.15.2 Pre-Release 1, 1.15.2 Pre-release 2, 20w06a, 20w07a, 20w08a, 20w09a, 20w10a, 20w11a, 20w12a
-
Confirmed
-
(Unassigned)
The bug
Endermen which picked up a block can despawn.
Expected behavior
When endermen pick up a block their PersistenceRequired tag should be set to 1b.
Either the tag should then not be cleared anymore, or better there has to be a tag indicating that PersistenceRequired was set by the player and therefore should not be cleared once the enderman places the block again.
How to reproduce
- Create a Superflat world.
- Set the time to night.
/time set night
- Summon an enderman holding a stone block.
/summon minecraft:enderman ~ ~ ~ {carriedBlockState:{Name:"minecraft:stone"}}
- Teleport away and then back to make sure they could despawn
/teleport @s ~ ~ ~1000 /teleport @s ~ ~ ~-1000
→ The endermen holding blocks despawned as well
- relates to
-
MCPE-181111 Enderman holding a block can despawn
- Open
-
MC-191725 Endermen picking up blocks don't count towards the mob cap, and don't despawn, potentially cluttering up the world with endermen if they cannot place the block down
- Reopened
-
MC-27535 Mobs can sometimes still despawn, even if named with a name tag
- Resolved