-
Bug
-
Resolution: Duplicate
-
None
-
1.15.2
-
None
-
Windows 10 18363, Java 1.8
-
Unconfirmed
-
(Unassigned)
Description: When a named Villager (with a Name Tag) is converted into a Zombie, it loses its PersistenceRequired value, causing it to despawn if the player is far enough.
Steps to reproduce: For ease, you can reproduce it in Creative, but it happens in Survival too.
- Spawn a Villager
- Give it a name using a Name Tag
- Use /data get entity <entity id> PersistenceRequired (to confirm that it switched to 1b)
- Get it converted by zombies
- Use /data get entity <entity id> PersistenceRequired again (the data tag is now 0b)
- /tp <Player> ~ ~150 ~
- /tp <Player> ~ ~-150 ~
The Villager has despawned.
- duplicates
-
MC-88967 Most NBT tags are not kept when a mob converts to another mob
- Resolved