forked from mtcontrib/mtfoods
Fix food/diet/hud/mtfoods depend loop
This commit is contained in:
parent
4a0f0ebee9
commit
06caf2f4bf
@ -4,4 +4,3 @@ farming
|
|||||||
farming_plus?
|
farming_plus?
|
||||||
vessels
|
vessels
|
||||||
flowers?
|
flowers?
|
||||||
food?
|
|
||||||
|
4
init.lua
4
init.lua
@ -21,10 +21,6 @@ ing = {
|
|||||||
|
|
||||||
-- Add support for the food mod's ingredient list
|
-- Add support for the food mod's ingredient list
|
||||||
if minetest.get_modpath("food") then
|
if minetest.get_modpath("food") then
|
||||||
food.support("strawberry","farming_plus","farming_plus:strawberry_item")
|
|
||||||
food.support("strawberry","plantlib","plantlib:strawberry")
|
|
||||||
food.support("strawberry","bushes_classic","bushes:strawberry")
|
|
||||||
food.support("rhubarb","farming_plus","farming_plus:rhubarb_item")
|
|
||||||
ing = {
|
ing = {
|
||||||
orange = "farming_plus:orange",
|
orange = "farming_plus:orange",
|
||||||
apple = "default:apple",
|
apple = "default:apple",
|
||||||
|
Loading…
Reference in New Issue
Block a user