-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13, Minecraft 18w31a, Minecraft 18w32a
-
None
-
Unconfirmed
Baby zombies cannot be turned into normal zombies using NBTTags. This can be tested using a modification or using the command /data. This is caused by a little bug in the code that I've already located.
How to reproduce:
- Spawn a zombie.
- Turn it into a baby zombie using the command /execute as @e[type=minecraft:zombie] run data merge entity @s {IsBaby:1}
- Try to turn it into a normal zombie using /execute as @e[type=minecraft:zombie] run data merge entity @s {IsBaby:0}
The error in the code: (Class EntityZombie)
- duplicates
-
MC-65953 Tags IsBaby and IsVillager can't be changed from true to false with /entitydata
- Resolved