Add support for blueberry from bushes_classic from plantlife_modpack

This commit is contained in:
sys4-fr 2016-07-30 22:26:01 +02:00 committed by rubenwardy
parent 68b6f42f4c
commit 8eea730420
2 changed files with 10 additions and 3 deletions

View File

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

View File

@ -22,7 +22,15 @@ else
S = function ( s ) return s end
end
food.support("strawberry", {"farming_plus:strawberry_item", "plantlib:strawberry", "bushes:strawberry"})
food.support("strawberry", {
"farming_plus:strawberry_item",
"plantlib:strawberry",
"bushes:strawberry",
"ethereal:strawberry"
})
food.support("blueberry", "bushes:blueberry")
food.support("rhubarb", "farming_plus:rhubarb_item")
if farming and farming.mod == "redo" then
@ -30,8 +38,6 @@ if farming and farming.mod == "redo" then
food.support("blueberry", "farming:blueberries")
end
food.support("strawberry", "ethereal:strawberry")
if minetest.setting_get("food_sweet_use_2d")==nil then
minetest.setting_set("food_sweet_use_2d", "1")
end