summaryrefslogtreecommitdiff
path: root/hunger.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hunger.lua')
-rw-r--r--hunger.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/hunger.lua b/hunger.lua
index 30e7a21..f1cfb39 100644
--- a/hunger.lua
+++ b/hunger.lua
@@ -135,6 +135,11 @@ if minetest.get_modpath("bushes_classic") then
end
end
+if minetest.get_modpath("mushroom") ~= nil then
+ overwrite("mushroom:brown", 1)
+ overwrite("mushroom:red", 1, "", 3)
+end
+
if minetest.get_modpath("docfarming") ~= nil then
overwrite("docfarming:carrot", 2)
overwrite("docfarming:cucumber", 2)