Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
Added plantlife_modpack/mushroom potions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgl512 committed Feb 16, 2015
1 parent 587e263 commit decc6e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hunger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ end
if minetest.get_modpath("mushroom") ~= nil then
overwrite("mushroom:brown", 1)
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

if minetest.get_modpath("docfarming") ~= nil then
Expand Down

0 comments on commit decc6e7

Please sign in to comment.