Add food mod as to depends

This commit is contained in:
MrIbby 2016-06-01 11:12:23 -07:00
parent 81e2d8b2ff
commit 7cad265d2c
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
bucket
farming
food?
intllib?

View File

@ -58,7 +58,7 @@ for i, size in ipairs(sizes) do
})
end
if minetest.get_modpath("food") == nil then
if not minetest.get_modpath("food") then
minetest.register_craftitem("cake:sugar", {
description = S("Sugar"),
inventory_image = "cake_sugar.png",