Moved support of farming redo rhubarb & blueberry from food_basic to here

Moved support of ethereal strawberry from food_basic to here
This commit is contained in:
sys4-fr 2016-07-30 12:51:12 +02:00 committed by rubenwardy
parent 4197db0eac
commit 68b6f42f4c
3 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1 @@
food_basic
bushes?

View File

@ -24,11 +24,13 @@ end
food.support("strawberry", {"farming_plus:strawberry_item", "plantlib:strawberry", "bushes:strawberry"})
food.support("rhubarb", "farming_plus:rhubarb_item")
if farming and farming.mod == "redo" then
food.disable_if("farming", "rhubarb")
food.disable_if("farming", "blueberry")
food.support("rhubarb", "farming:rhubarb")
food.support("blueberry", "farming:blueberries")
end
food.disable_if("ethereal", "strawberry")
food.support("strawberry", "ethereal:strawberry")
if minetest.setting_get("food_sweet_use_2d")==nil then
minetest.setting_set("food_sweet_use_2d", "1")

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B