#is there a way to check every slot in players inventory for a item with specific tag?

1 messages · Page 1 of 1 (latest)

unkempt hound
#

so i have a inventory of a target @a[tag=veruty_dream.reversed_gravity] and a item with "minecraft:custom_data": "{veruty_dream_gravity_device:true}" is there a way to check for this item or lack of it in hotbar, 27 slots above it and offhand?

lavish aspenBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1723167907:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

mossy kilnBOT
#

You should be able to do ```ansi
execute if items entity <source> inventory.* <item_predicate>

unkempt hound
#

Ok tnx