The Bug:
"minecraft.custom:minecraft.fill_cauldron" doesn't increase when using a water bottle to fill a cauldron.
Steps to Reproduce:
Create a scoreboard objective for tracking when you fill a cauldron and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add FillCauldron minecraft.custom:minecraft.fill_cauldron
/scoreboard objectives setdisplay sidebar FillCauldron
Fill a cauldron using a water bucket and take note of how the scoreboard correctly increases.
Fill a cauldron using a water bottle.
Take note as to whether or not "minecraft.custom:minecraft.fill_cauldron" increases when using a water bottle to fill a cauldron.
Observed Behavior:
"minecraft.custom:minecraft.fill_cauldron" doesn't increase when using a water bottle to fill a cauldron.
Expected Behavior:
"minecraft.custom:minecraft.fill_cauldron" would increase when using a water bottle to fill a cauldron.
Linked issues
Attachments
Comments 4
This ticket relates to MC-231736
Could this be because you are not completely filling the cauldron? Looking into the code, it seems that the stat, use_cauldron is incremented instead
@unknown That is MC-231736.
Can confirm