Haufenweise Rezepte angepasst
This commit is contained in:
parent
e50ba390f0
commit
45fa6e63f6
13 changed files with 567 additions and 352 deletions
|
@ -77,14 +77,14 @@ if minetest.get_modpath("fishing") then
|
|||
type = "shapeless",
|
||||
output = "fishing:sushi",
|
||||
recipe = {"group:food_fish","group:food_rice","flowers:seaweed"},
|
||||
replacements = {{"group:food_rice", "cucina_vegana:bowl"}}
|
||||
replacements = {{"cucina_vegana:bowl_rice", "cucina_vegana:bowl"}}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "fishing:sushi",
|
||||
recipe = {"group:food_fish","group:food_rice","seaplants:kelpgreen"},
|
||||
replacements = {{"group:food_rice", "cucina_vegana:bowl"}}
|
||||
replacements = {{"cucina_vegana:bowl_rice", "cucina_vegana:bowl"}}
|
||||
|
||||
})
|
||||
|
||||
|
@ -92,7 +92,7 @@ if minetest.get_modpath("fishing") then
|
|||
type = "shapeless",
|
||||
output = "fishing:sushi",
|
||||
recipe = {"group:food_fish","group:food_rice","seaplants:kelpgreen"},
|
||||
replacements = {{"group:food_rice", "cucina_vegana:bowl"}}
|
||||
replacements = {{"cucina_vegana:bowl_rice", "cucina_vegana:bowl"}}
|
||||
|
||||
})
|
||||
|
||||
|
@ -100,7 +100,7 @@ if minetest.get_modpath("fishing") then
|
|||
type = "shapeless",
|
||||
output = "fishing:sushi",
|
||||
recipe = {"group:food_fish","group:food_rice","default:jungleleaves"},
|
||||
replacements = {{"group:food_rice", "cucina_vegana:bowl"}}
|
||||
replacements = {{"cucina_vegana:bowl_rice", "cucina_vegana:bowl"}}
|
||||
|
||||
})
|
||||
|
||||
|
@ -608,7 +608,7 @@ if minetest.get_modpath("aqua_farming") then
|
|||
|
||||
minetest.register_craft({
|
||||
output = "cucina_vegana:vegan_sushi",
|
||||
recipe = { {"cucina_vegana:imitation_fish", "cucina_vegana:bowl_rice", ""},
|
||||
recipe = { {"cucina_vegana:imitation_fish", "group:food_rice", ""},
|
||||
{"aqua_farming:alga_item", "", ""}
|
||||
},
|
||||
replacements = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue