mirror of
git://repo.or.cz/minetest_hbhunger.git
synced 2024-11-10 20:30:25 +01:00
Added plantlife_modpack/mushroom potions
This commit is contained in:
parent
587e263aa9
commit
decc6e720e
|
@ -164,6 +164,11 @@ end
|
||||||
if minetest.get_modpath("mushroom") ~= nil then
|
if minetest.get_modpath("mushroom") ~= nil then
|
||||||
overwrite("mushroom:brown", 1)
|
overwrite("mushroom:brown", 1)
|
||||||
overwrite("mushroom:red", 1, "", 3)
|
overwrite("mushroom:red", 1, "", 3)
|
||||||
|
-- mushroom potions: red = strong poison, brown = light restorative
|
||||||
|
if minetest.get_modpath("vessels") then
|
||||||
|
overwrite("mushroom:brown_essence", 1, "vessels:glass_bottle", nil, 4)
|
||||||
|
overwrite("mushroom:poison", 1, "vessels:glass_bottle", 10)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if minetest.get_modpath("docfarming") ~= nil then
|
if minetest.get_modpath("docfarming") ~= nil then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user