Mojira Archive
MC-135978

Baby zombies cannot be transformed into adult zombies using NBTTags.

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:

  1. Spawn a zombie.
  2. Turn it into a baby zombie using the command /execute as @e[type=minecraft:zombie] run data merge entity @s {IsBaby:1}
  3. 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)

 

Duplicate

Gael Rial Costas

2018-08-14, 02:27 AM

2018-08-14, 02:28 AM

2018-08-14, 02:28 AM

0

0

Unconfirmed

Minecraft 1.13, Minecraft 18w31a, Minecraft 18w32a

-