forked from nalc/mtfoods
Add support for ethereal (orange ingredient)
This commit is contained in:
parent
01e337fbb3
commit
79bf783760
@ -4,3 +4,4 @@ farming
|
|||||||
farming_plus?
|
farming_plus?
|
||||||
vessels
|
vessels
|
||||||
flowers?
|
flowers?
|
||||||
|
ethereal?
|
||||||
|
7
init.lua
7
init.lua
@ -2,8 +2,13 @@
|
|||||||
--By: Philipbenr--
|
--By: Philipbenr--
|
||||||
--Licence: GPLv3--
|
--Licence: GPLv3--
|
||||||
|
|
||||||
|
local orange_ing = "farming_plus:orange"
|
||||||
|
if minetest.get_modpath("ethereal") then
|
||||||
|
orange_ing = "ethereal:orange"
|
||||||
|
end
|
||||||
|
|
||||||
ing = {
|
ing = {
|
||||||
orange = "farming_plus:orange",
|
orange = orange_ing,
|
||||||
apple = "default:apple",
|
apple = "default:apple",
|
||||||
meat = "mobs:meat",
|
meat = "mobs:meat",
|
||||||
bread = "farming:bread",
|
bread = "farming:bread",
|
||||||
|
Loading…
Reference in New Issue
Block a user