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

The NBT tag HandItems doesn't detect air

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • Minecraft 1.9.4
    • None
    • Unconfirmed

      It's a little bit strange !
      If I summon an armor stand with this command: /summon ArmorStand ~ ~ ~ {HandItems:[0:

      {id:"minecraft:stone"}

      ],ShowArms:1} and I do this testfor : /testfor @e[type=ArmorStand] {HandItems:[0:

      {id:"minecraft:stone"}

      ]} it will find the armor stand.

      But if I summon an armor stand like that:/summon ArmorStand ~ ~ ~ {HandItems:[0:

      {id:"minecraft:air"}

      ],ShowArms:1} the summon command works but not the testfor ( /testfor @e[type=ArmorStand] {HandItems:[0:

      {id:"minecraft:air"}

      ]} )

      I think it's a bug because in the entity data it shows HandItems:[0:

      {id:"minecraft:air"}

      ] .

            Unassigned Unassigned
            _creeper128_ Antoine Seel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: