mirror of
https://github.com/Philipbenr/mtfoods.git
synced 2024-11-15 23:00:36 +01:00
Add support for ethereal (orange ingredient)
This commit is contained in:
parent
01e337fbb3
commit
79bf783760
|
@ -4,3 +4,4 @@ farming
|
|||
farming_plus?
|
||||
vessels
|
||||
flowers?
|
||||
ethereal?
|
||||
|
|
7
init.lua
7
init.lua
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user