-
Bug
-
Resolution: Unresolved
-
None
-
1.17.1, 21w37a, 21w38a, 21w43a, 1.18 Pre-release 1, 1.18, 1.18.1, 22w05a, 1.18.2, 22w17a, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.21, 1.21.3
-
None
-
Confirmed
-
Commands
-
Low
-
Platform
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.