From 93ce800e60b22deab0a622bb957b630d358a7bc1 Mon Sep 17 00:00:00 2001 From: Le_Docteur Date: Wed, 3 Dec 2014 17:55:12 +0100 Subject: [PATCH] Added plantlife_modpack/mushroom potions. --- mods/hud/hunger.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mods/hud/hunger.lua b/mods/hud/hunger.lua index 6e65a72c..277632ea 100644 --- a/mods/hud/hunger.lua +++ b/mods/hud/hunger.lua @@ -142,6 +142,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, 2) + overwrite("mushroom:poison", 1, "vessels:glass_bottle", 10) + end end if minetest.get_modpath("docfarming") ~= nil then