diff options
-rw-r--r-- | food.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |