From 6e6f994a43c2cdaeda1bd2da7927fff7c6e16d05 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 17 Jan 2021 12:07:49 +0100 Subject: [PATCH] Make dragon breath use the dragon breath texture --- mods/ITEMS/mcl_potions/potions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,