How can I detect items without NBT Tags? [duplicate]
//ads -- adsterra.com -- native banner
?>
I'm working on a map where it clears normal droppers from your inventory and gives you ones with a tag. But it's detecting the droppers with tags as well.
Best Answer
With testfor like...
/execute @a ~ ~ ~ /testforblock ~ ~-1 ~ minecraft:dropper 1 {Items:[{id:"minecraft:blaze_rod",Slot:1b,Count:1b,Damage:0s}]}
Pictures about "How can I detect items without NBT Tags? [duplicate]"
![How can I detect items without NBT Tags? [duplicate] - First Aid and Surival Kits How can I detect items without NBT Tags? [duplicate] - First Aid and Surival Kits](/assets/images/how_can_i_detect_items_without_nbt_tags_duplicate_1.jpeg)
![How can I detect items without NBT Tags? [duplicate] - Variety of Items on a Wooden Table How can I detect items without NBT Tags? [duplicate] - Variety of Items on a Wooden Table](/assets/images/how_can_i_detect_items_without_nbt_tags_duplicate_2.jpeg)
![How can I detect items without NBT Tags? [duplicate] - Egg Omelet on Green Ceramic Plate How can I detect items without NBT Tags? [duplicate] - Egg Omelet on Green Ceramic Plate](/assets/images/how_can_i_detect_items_without_nbt_tags_duplicate_3.jpeg)
How do I check if an item is NBT?
To see an Item NBT tag just activate the advanced tooltips by pressing F3+H, the tag will appear inside the tooltip. Longer tags will be presented in an auto scrolling view, the scroll speed can be controlled with SHIFT, to pause scrolling, and ALT, to speed it up.How do you identify items in Minecraft?
The NBT tag is always surrounded in {} such as {NoAI:1}. If there is more than one NBT tag used in a command, the NBT tags are separated by a comma such as {NoAI:1, IsBaby:1}. Each entity (or mob) has its own unique set of NBT tags. Select an entity to see the NBT tags that you can change.ITEM DETECTION SYSTEM!? -- Command Block Tutorial
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Julia Avamotive, Roger Brown, Alexander Grigorian, alleksana
