Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from rubenwardy/master
Browse files Browse the repository at this point in the history
Fix food/diet/hud/mtfoods depend loop
  • Loading branch information
Philipbenr committed Sep 29, 2014
2 parents 4a0f0eb + 06caf2f commit b4adaa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion depends.txt
Expand Up @@ -4,4 +4,3 @@ farming
farming_plus?
vessels
flowers?
food?
4 changes: 0 additions & 4 deletions init.lua
Expand Up @@ -21,10 +21,6 @@ ing = {

-- Add support for the food mod's ingredient list
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 = {
orange = "farming_plus:orange",
apple = "default:apple",
Expand Down

0 comments on commit b4adaa4

Please sign in to comment.