The Bug:
minecraft.used:minecraft.glass_bottle doesn't increase when collecting honey from a beehive or bee nest.
Steps to Reproduce:
Create a scoreboard objective for tracking the use of a glass bottle and set it to display on the sidebar.
/scoreboard objectives add UseBottle minecraft.used:minecraft.glass_bottle
/scoreboard objectives setdisplay sidebar UseBottle
Use either of the following commands to place a beehive or bee nest filled with honey.
/setblock ~ ~ ~ minecraft:beehive[honey_level=5]
/setblock ~ ~ ~ minecraft:bee_nest[honey_level=5]
Collect some honey from the beehive or bee nest using a glass bottle.
→ ❌ Notice how the scoreboard doesn't increase.
Can confirm