I just come across a problem with what I have been making... I don't know how to detect when a player loads a crossbow... Is this possible?
2
/execute as @a[nbt={Inventory:[{id:"minecraft:crossbow",tag:{Charged:1b}}]}] run say hi
did this in 1.15.2 and it worked (only when it was fully charged)
did this in 1.15.2 and it worked (only when it was fully charged)
Ok. I think I can work with this.
