Rest der Rezepte amgepasst
This commit is contained in:
parent
473e550453
commit
92a55732cf
14 changed files with 278 additions and 113 deletions
|
@ -5,16 +5,23 @@
|
|||
local modname = minetest.get_current_modname()
|
||||
|
||||
local nodes = {
|
||||
{
|
||||
name = "default:sand_with_kelp", -- Name
|
||||
output = "cucina_vegana:vegan_sushi", -- Output
|
||||
recipe = { -- Recipe
|
||||
{"cucina_vegana:imitation_fish", "group:food_rice", ""},
|
||||
{"default:sand_with_kelp", "", ""}
|
||||
},
|
||||
|
||||
|
||||
|
||||
-- {
|
||||
-- name = "default:sand_with_kelp", -- Name
|
||||
-- output = "cucina_vegana:vegan_sushi", -- Output
|
||||
-- recipe = { -- Recipe
|
||||
-- {"cucina_vegana:imitation_fish", "group:food_rice", ""},
|
||||
-- {"default:sand_with_kelp", "", ""}
|
||||
-- },
|
||||
--repclaements = nil -- Replacements
|
||||
-- replacements = {{"cucina_vegana:molasses", "vessels:drinking_glass"}}
|
||||
},
|
||||
|
||||
-- }
|
||||
|
||||
|
||||
--,
|
||||
{
|
||||
name = "flowers:waterlily", -- Name
|
||||
output = "cucina_vegana:sea_salad",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue