-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.14.2, 1.16.1, 20w29a, 20w51a, 1.17.1, 21w43a, 1.18 Pre-release 5, 1.18, 1.18.1, 22w05a, 1.18.2, 1.19, 1.19.2, 22w43a, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.4, 23w51b, 1.21, 1.21.3
-
None
-
Confirmed
-
Items, Statistics
The Bug:
"minecraft.crafted:minecraft.<POTION_TYPE>" doesn't increase when crafting potions using brewing stands.
Here is a table of all scoreboard objectives affected by this issue.
Scoreboard Objective |
---|
minecraft.crafted:minecraft.potion |
minecraft.crafted:minecraft.splash_potion |
minecraft.crafted:minecraft.lingering_potion |
Steps to Reproduce:
- Create a scoreboard objective for tracking when you craft a lingering potion and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add CraftLingeringPotion minecraft.crafted:minecraft.lingering_potion
/scoreboard objectives setdisplay sidebar CraftLingeringPotion
- Obtain a bottle of dragon's breath and summon a brewing stand with some fuel and a splash potion already inside of it by using the command provided below.
/setblock ~ ~ ~ minecraft:brewing_stand{Fuel:20b,Items:[{Slot:1b,components:{"minecraft:potion_contents":{potion:"minecraft:strength"}},count:1,id:"minecraft:splash_potion"}]}
- Place the dragon's breath inside the ingredient slot of the brewing stand and wait for a lingering potion to be brewed.
- Take the lingering potion out of the brewing stand.
- Take note as to whether or not "minecraft.crafted:minecraft.<POTION_TYPE>" increases when crafting potions using brewing stands.
Observed Behavior:
"minecraft.crafted:minecraft.<POTION_TYPE>" doesn't increase when crafting potions using brewing stands.
Expected Behavior:
"minecraft.crafted:minecraft.<POTION_TYPE>" would increase when crafting potions using brewing stands.
- relates to
-
MC-144005 "minecraft.crafted:minecraft.<CAMPFIRE_COOKABLE_ITEM>" doesn't increase when crafting food using campfires
- Open