"minecraft.used:minecraft.<WEARABLE_ITEM>" doesn't increase when equipping items through the inventory
The Bug:
"minecraft.used:minecraft.<WEARABLE_ITEM>" doesn't increase when equipping items through the inventory.
Steps to Reproduce:
- Create a scoreboard objective for tracking when you use some iron boots and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add UseIronBoots minecraft.used:minecraft.iron_boots
/scoreboard objectives setdisplay sidebar UseIronBoots
- Equip some iron boots by right-clicking while holding them in your hand, and take note of how the scoreboard increases.
- Unequip the iron boots.
- Equip the iron boots again, but this time, through the inventory.
- Take note as to whether or not "minecraft.used:minecraft.<WEARABLE_ITEM>" increases when equipping items through the inventory.
Observed Behavior:
"minecraft.used:minecraft.<WEARABLE_ITEM>" doesn't increase when equipping items through the inventory.
Expected Behavior:
"minecraft.used:minecraft.<WEARABLE_ITEM>" would increase when equipping items through the inventory.