mojira.dev
MC-154487

"minecraft.crafted:minecraft.<POTION_TYPE>" doesn't increase when crafting potions using brewing stands

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

h3. Steps to Reproduce:

  1. 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
  2. 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"}]}
  3. Place the dragon's breath inside the ingredient slot of the brewing stand and wait for a lingering potion to be brewed.

  4. Take the lingering potion out of the brewing stand.

  5. 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.

Linked issues

Attachments

Comments 5

Confirmed in 1.16.1 and 20w29a. Related to MC-144005. Specifically, brewing a potion in a brewing stand doesn't increment the potion crafting statistic, which seems like a valid inconsistency considering crafting statistics can be incremented by actions such as smelting. Crafting a potion using a custom crafting recipe increments the statistic as expected.

Steps to reproduce:

  1. Create a scoreboard objective that tracks the potion crafting statistic:

    /scoreboard objectives add craftPotion crafted:potion
  2. Brew any potion and collect it from the brewing stand

  3. Check your score for the potion crafting objective:

    /scoreboard players get @s craftPotion

    → ❌ You have no score set for this objective

Can confirm in 20w51a.

I'd like to request ownership of this ticket since the current reporter has been inactive since June of 2019.

Can confirm that this is still a bug in 1.19.3. Avoma is exactly right, this is inconsistent with other statistics such as smelting.

Confirmed still an issue in 1.21.4

Nick

Avoma

(Unassigned)

Confirmed

Items, Statistics

Minecraft 1.14.2, 1.16.1, 20w29a, 20w51a, 1.17.1, ..., 1.21, 1.21.3, 1.21.4, 25w08a, 1.21.7

Retrieved