Make dragon breath use the dragon breath texture

This commit is contained in:
Elias Fleckenstein 2021-01-17 12:07:49 +01:00
parent fa9d4402c7
commit 6e6f994a43
1 changed files with 1 additions and 1 deletions

View File

@ -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,