Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-135978

Baby zombies cannot be transformed into adult zombies using NBTTags.

XMLWordPrintable

    • Icon: Bug 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:

      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)

       

            Unassigned Unassigned
            gaeqs Gael Rial Costas
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: