forked from Mineclonia/Mineclonia
Add brewable dragons breath with chorus flower
This commit is contained in:
parent
c4271cf13d
commit
b45b4a44e5
|
@ -3,4 +3,5 @@ mcl_farming
|
||||||
mcl_mobitems
|
mcl_mobitems
|
||||||
mcl_fishing
|
mcl_fishing
|
||||||
mcl_bows
|
mcl_bows
|
||||||
|
mcl_end
|
||||||
playerphysics
|
playerphysics
|
||||||
|
|
|
@ -323,6 +323,7 @@ local awkward_table = {
|
||||||
["mcl_mobitems:ghast_tear"] = "mcl_potions:regeneration",
|
["mcl_mobitems:ghast_tear"] = "mcl_potions:regeneration",
|
||||||
["mcl_mobitems:spider_eye"] = "mcl_potions:poison",
|
["mcl_mobitems:spider_eye"] = "mcl_potions:poison",
|
||||||
["mcl_mobitems:rabbit_foot"] = "mcl_potions:leaping",
|
["mcl_mobitems:rabbit_foot"] = "mcl_potions:leaping",
|
||||||
|
["mcl_end:chorus_flower"] = "mcl_potions:dragon_breath", -- temporary until dragon's breath is obtainable
|
||||||
}
|
}
|
||||||
|
|
||||||
local output_table = {
|
local output_table = {
|
||||||
|
|
Loading…
Reference in New Issue