diff --git a/mods/ITEMS/mcl_potions/potions.lua b/mods/ITEMS/mcl_potions/potions.lua index 9202196a..4a82348e 100644 --- a/mods/ITEMS/mcl_potions/potions.lua +++ b/mods/ITEMS/mcl_potions/potions.lua @@ -447,7 +447,7 @@ local dragon_breath_def = { no_throwable = true, no_effect = true, _longdesc = S("This item is used in brewing and can be combined with splash potions to create lingering potions."), - color = "#BF4567", + image = "mcl_potions_dragon_breath.png", groups = { brewitem = 1 }, on_use = nil, stack_max = 64,