summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2015-07-15 01:32:39 +0200
committerBlockMen <nmuelll@web.de>2015-07-15 01:32:39 +0200
commit2a5acfa7140c2d12ae14abcd91254782360f735e (patch)
tree25a12ba800a20aecbe4b046ba09cb710865385e5
parent63d6fe23707867536cd579d4abdb476b4ffcaf15 (diff)
Add requested food
-rw-r--r--food.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/food.lua b/food.lua
index 01092a1..b8f2a9d 100644
--- a/food.lua
+++ b/food.lua
@@ -253,6 +253,7 @@ if minetest.get_modpath("farming") and farming.mod == "redo" then
end
register_food("farming:rhubarb", 1)
register_food("farming:rhubarb_pie", 6)
+ register_food("farming:beans", 1)
end
if minetest.get_modpath("kpgmobs") ~= nil then