forked from VoxeLibre/VoxeLibre
Make dragon breath use the dragon breath texture
This commit is contained in:
parent
fa9d4402c7
commit
6e6f994a43
|
@ -447,7 +447,7 @@ local dragon_breath_def = {
|
||||||
no_throwable = true,
|
no_throwable = true,
|
||||||
no_effect = true,
|
no_effect = true,
|
||||||
_longdesc = S("This item is used in brewing and can be combined with splash potions to create lingering potions."),
|
_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 },
|
groups = { brewitem = 1 },
|
||||||
on_use = nil,
|
on_use = nil,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
Loading…
Reference in New Issue