#how to check for item tag in offhand?
1 messages · Page 1 of 1 (latest)
execute if items
isnt there just new name for this: Inventory[{Slot:-106b}]? (it worked on 1.20.4)
why this dont work?
/execute if items entity @s weapon.offhand *[custom_data={gun:true}] run say a
and why this is working
/execute if items entity @s weapon.offhand *[custom_data~{gun:true}] run say a
what does this ~ mean?