forked from mtcontrib/food_sweet
Fix depends.txt
Fix farming redo support
This commit is contained in:
parent
71574c570c
commit
4197db0eac
@ -1,6 +1,2 @@
|
||||
food
|
||||
farming_plus?
|
||||
plantlib?
|
||||
bushes_classic?
|
||||
food_basic
|
||||
bushes?
|
||||
ethereal?
|
||||
|
2
init.lua
2
init.lua
@ -24,7 +24,7 @@ end
|
||||
|
||||
food.support("strawberry", {"farming_plus:strawberry_item", "plantlib:strawberry", "bushes:strawberry"})
|
||||
food.support("rhubarb", "farming_plus:rhubarb_item")
|
||||
if minetest.get_modpath("farming") and farming.mod == "redo" then
|
||||
if farming and farming.mod == "redo" then
|
||||
food.disable_if("farming", "rhubarb")
|
||||
food.disable_if("farming", "blueberry")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user