Fix orange item with farming_redo support

This commit is contained in:
sys4-fr 2016-11-25 08:01:42 +01:00
parent d4a6f54488
commit 597f544e89
1 changed files with 4 additions and 2 deletions

View File

@ -16,11 +16,13 @@ food.support("cocoa", "farming_plus:cocoa_bean")
food.support("cup", "vessels:drinking_glass")
food.support("cactus", "default:cactus")
food.support("apple", "default:apple")
minetest.register_alias("farming:orange", "ethereal:orange")
food.support("orange", {
"farming_plus:orange_item",
"ethereal:orange"
"ethereal:orange",
"farming:orange"
})
food.disable_if("ethereal", "orange")
--food.disable_if("ethereal", "orange")
food.support("potato", {
"docfarming:potato",