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

=! in selector working with nbt

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 18w11a
    • None
    • latest snapshots
    • Unconfirmed

      the =! is only intended to work with strings which is why stuff like
      scores=!

      {Joe=1..5}
      don't work in selectors
      since the value for nbt is not a string using the =! should not work yet
      nbt=!{NoGravity:1b}
      works fine in a selector

      e.g.
      /kill @e[scores=!{Joe=1..5}

      ]
      errors
      /kill @e[nbt=!

      {NoGravity:1b}

      ]
      doesn't error

            Unassigned Unassigned
            4321louis Louis Nowell-Nicolle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: