The Bug:
"minecraft.used:minecraft.<ARROW_TYPE>" doesn't increase when shooting arrows using bows or crossbows.
Here is a table of all scoreboard objectives affected by this issue.
Scoreboard Objective |
---|
minecraft.used:minecraft.arrow |
minecraft.used:minecraft.spectral_arrow |
minecraft.used:minecraft.tipped_arrow |
h3. Steps to Reproduce:
Create a scoreboard objective for tracking when you use an arrow and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add UseArrow minecraft.used:minecraft.arrow
/scoreboard objectives setdisplay sidebar UseArrow
Obtain a bow and some arrows.
Shoot some arrows using the bow.
Take note as to whether or not "minecraft.used:minecraft.<ARROW_TYPE>" increases when shooting arrows using bows or crossbows.
Observed Behavior:
"minecraft.used:minecraft.<ARROW_TYPE>" doesn't increase when shooting arrows using bows or crossbows.
Expected Behavior:
"minecraft.used:minecraft.<ARROW_TYPE>" would increase when shooting arrows using bows or crossbows.
Linked issues
Comments 13
I tested it and the bow score works just fine, its only the arrows that don't count toward their scoreboards.
Confirmed for 1.13.1.
Command also changed from stat.useItem.minecraft.arrow
to minecraft.used:minecraft.arrow
I'd like to request ownership of this ticket since the current reporter has been inactive since July 2018. I'm willing to keep this ticket updated and will continue to provide all of the necessary details.
This ticket relates to MC-241080.
What about
stat.useItem.minecraft.bow
?