From 927ba10c34f8c03e1a1d67d2f88b2ec0f7fbfe6d Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 22 Jul 2020 17:46:34 -0400 Subject: [PATCH] Update dragon breath image. --- mods/ITEMS/mcl_potions/potions.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_potions/potions.lua b/mods/ITEMS/mcl_potions/potions.lua index 3f197660d..9e050cc24 100644 --- a/mods/ITEMS/mcl_potions/potions.lua +++ b/mods/ITEMS/mcl_potions/potions.lua @@ -308,8 +308,7 @@ local dragon_breath_def = { description = "Dragon's Breath", _tt = S("No effect"), _longdesc = S("Combine with Splash potions to create a Lingering effect"), - color = nil, - image = "mcl_potions_dragon_breath.png", + color = "#CF5577", groups = { brewitem = 1, not_in_creative_inventory = 0 }, on_use = nil, }