-
Bug
-
Resolution: Unresolved
-
None
-
1.17.1, 21w37a, 1.18 Pre-release 1, 1.18.1, 22w05a, 1.18.2, 22w17a, 1.19, 1.19.1 Pre-release 5, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.21, 1.21.3
-
None
-
Confirmed
-
Statistics
The Bug:
"minecraft.custom:minecraft.use_cauldron" incorrectly increases upon using water bottles to fill cauldrons.
The action of filling a cauldron through the use of a water bottle is currently tracked under "minecraft.custom:minecraft.use_cauldron", when it should instead be tracked under "minecraft.custom:minecraft.fill_cauldron". The reason for this is because you are filling a cauldron through the use of a water bottle and not actually using the cauldron.
It's important to note that "minecraft.custom:minecraft.use_cauldron" does not increase upon using a bucket of powder snow, lava, or water to fill a cauldron. This is the correct and expected behavior, as you are filling the cauldron and not using the cauldron.
An example of using a cauldron would be collecting powder snow, lava, or water from it, using either a bucket or a bottle.
Steps to Reproduce:
- Create a scoreboard objective for tracking when you use a cauldron and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add UseCauldron minecraft.custom:minecraft.use_cauldron
/scoreboard objectives setdisplay sidebar UseCauldron
- Fill a cauldron using a bucket of powder snow, lava, or water and take note of how the scoreboard correctly doesn't increase.
- Fill a cauldron using a bottle of water.
- Take note as to whether or not "minecraft.custom:minecraft.use_cauldron" incorrectly increases upon using water bottles to fill cauldrons.
Observed Behavior:
"minecraft.custom:minecraft.use_cauldron" incorrectly increases upon using water bottles to fill cauldrons.
Expected Behavior:
"minecraft.custom:minecraft.use_cauldron" would not increase upon using water bottles to fill cauldrons.
- relates to
-
MC-225199 "minecraft.custom:minecraft.fill_cauldron" doesn't increase when using a water bottle to fill a cauldron
- Open