execute if entity @e[type=item,nbt={Item:{tag:{CustomModelData:100},Tags:[jump]}}] returns nothing
I want to detect if there is an item dropped with CMD 100 and the tag "jump". this command is as far as i could get and it returns nothing, even when there is an item dropped with all criteria. why doesnt it work?
Continue to help post