Add requested food

master
BlockMen 2015-07-15 01:32:39 +02:00
parent 63d6fe2370
commit 2a5acfa714
1 changed files with 1 additions and 0 deletions

View File

@ -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