Add food mod as to depends
This commit is contained in:
parent
81e2d8b2ff
commit
7cad265d2c
@ -1,3 +1,4 @@
|
|||||||
bucket
|
bucket
|
||||||
farming
|
farming
|
||||||
|
food?
|
||||||
intllib?
|
intllib?
|
||||||
|
2
init.lua
2
init.lua
@ -58,7 +58,7 @@ for i, size in ipairs(sizes) do
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
if minetest.get_modpath("food") == nil then
|
if not minetest.get_modpath("food") then
|
||||||
minetest.register_craftitem("cake:sugar", {
|
minetest.register_craftitem("cake:sugar", {
|
||||||
description = S("Sugar"),
|
description = S("Sugar"),
|
||||||
inventory_image = "cake_sugar.png",
|
inventory_image = "cake_sugar.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user