Add support for ethereal (orange ingredient)

This commit is contained in:
sys4-fr 2016-07-30 23:00:28 +02:00
parent 01e337fbb3
commit 79bf783760
2 changed files with 7 additions and 1 deletions

View File

@ -4,3 +4,4 @@ farming
farming_plus?
vessels
flowers?
ethereal?

View File

@ -2,8 +2,13 @@
--By: Philipbenr--
--Licence: GPLv3--
local orange_ing = "farming_plus:orange"
if minetest.get_modpath("ethereal") then
orange_ing = "ethereal:orange"
end
ing = {
orange = "farming_plus:orange",
orange = orange_ing,
apple = "default:apple",
meat = "mobs:meat",
bread = "farming:bread",