mirror of
https://github.com/rubenwardy/food.git
synced 2025-07-08 10:40:20 +02:00
Update support of farming redo and mobs redo
Add support of ethereal
This commit is contained in:
@ -95,9 +95,13 @@ food.module("pasta_bake", function()
|
||||
end)
|
||||
|
||||
-- Register Soups
|
||||
local chicken = "meat"
|
||||
if minetest.get_modpath("mobs") and mobs.mod == "redo" then
|
||||
chicken = "chicken"
|
||||
end
|
||||
local soups = {
|
||||
{"tomato", "tomato"},
|
||||
{"chicken", "meat"}
|
||||
{"chicken", chicken}
|
||||
}
|
||||
for i=1, #soups do
|
||||
local flav = soups[i]
|
||||
|
Reference in New Issue
Block a user