Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst

This commit is contained in:
N-Nachtigal 2025-05-14 16:36:42 +02:00
parent 95945c0306
commit a0c893ca0b
1124 changed files with 64294 additions and 763 deletions

View file

@ -205,7 +205,7 @@ minetest.register_craft({
minetest.register_craft({
output = "cucina_vegana:pizza_funghi_raw",
recipe = { {"", "group:food_oil", "cucina_vegana:rosemary"},
{"flowers:mushroom_brown", "cucina_vegana:imitation_meat", "flowers:mushroom_brown"},
{"group:food_mushroom", "cucina_vegana:imitation_meat", "group:food_mushroom"},
{"", "group:pizza_dough", ""}
},
replacements = {

View file

@ -216,14 +216,14 @@ if minetest.get_modpath("bbq") then
minetest.register_craft( {
output = "bbq:stuffed_chop_raw 3",
type = "shapeless",
recipe = {"group:food_onion", "group:food_bread", "flowers:mushroom_brown", "mobs:pork_raw", "default:apple"}
recipe = {"group:food_onion", "group:food_bread", "group:food_mushroom", "mobs:pork_raw", "default:apple"}
})
--Stuffed Mushroom Craft Recipe
minetest.register_craft( {
output = "bbq:stuffed_mushroom_raw 2",
type = "shapeless",
recipe = {"group:food_tomato", "group:food_bread", "flowers:mushroom_brown"}
recipe = {"group:food_tomato", "group:food_bread", "group:food_mushroom"}
})
--Stuffed Pepper Craft Recipe