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

The "Count" tag is now required when summoning entities with armor/hand items

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • Minecraft 16w32a
    • None
    • Windows 10, Java 8
    • Unconfirmed

      In 1.10.2 you were able to use the following command and a Zombie would spawn holding a diamond sword.

      /summon Zombie ~ ~ ~ {HandItems:[{id:"diamond_sword"}]}
      

      Now in 16w32a, you have to use the Count tag.

      /summon Zombie ~ ~ ~ {HandItems:[{id:"diamond_sword",Count:1}]}
      

      All entities spawned in previous versions will lose their items once upgrading if they don't have the Count tag.

            grum [Mojang] Grum (Erik Broes)
            Neko [Mod] Neko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: