mirror of
https://github.com/rubenwardy/food.git
synced 2024-11-16 23:30:35 +01:00
Fix orange item with farming_redo support
This commit is contained in:
parent
d4a6f54488
commit
597f544e89
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user