-
Bug
-
Resolution: Fixed
-
Minecraft 18w19a
-
Confirmed
Testing for the presence of a compound or the emptiness of a list works as expected; testing for numerical or string values always fails. As such:
Always fail
@a[nbt={OnGround:1b}]
@e[type=item,nbt={Item:{id:"minecraft:stone"}}]
Work as expected
@a[nbt={}] @a[nbt={Inventory:[]}] @e[type=item,nbt={Item:{}}] @e[nbt={ArmorItems:[{}]}]
- is duplicated by
-
MC-129231 Item id nbt not working
- Resolved
-
MC-129327 execute if block does not recognize NBT with containers
- Resolved
-
MC-129377 Nbt selector not working
- Resolved
- relates to
-
MC-129221 Putting item with NBT in anvil interface crashes the game
- Resolved
-
MC-129233 Items with additional NBT you hold don't show up or "wiggle" up and down; damaged tools partially don't work anymore
- Resolved
-
MC-129282 Items with NBT cannot stack
- Resolved