Rezepte angepasst. Gruppen hinzugefügt. Pumpkin slices bei x_farming hinzugefügt.

This commit is contained in:
N-Nachtigal 2025-05-10 20:07:45 +02:00
parent 45fa6e63f6
commit 473e550453
8 changed files with 116 additions and 74 deletions

View file

@ -47,10 +47,11 @@ minetest.register_craftitem("sandwiches:bread_slice", {
groups = {food = 1, food_bread_slice = 1, flammable = 1},
inventory_image = "sandwiches_bread_slice.png"
})
minetest.register_craft({
output = "sandwiches:bread_slice 8",
output = "sandwiches:bread_slice 4",
type = "shapeless",
recipe = {"group:food_bread", "group:food_cutting_board", "group:food_bread"},
recipe = {"group:food_bread", "group:food_cutting_board", ""},
replacements = { {"group:food_cutting_board", board }, }
})

View file

@ -67,15 +67,7 @@ minetest.register_craft({
output = "sandwiches:tasty_tofu_sandwich",
recipe = {
{"", "sandwiches:bread_slice", ""},
{"cucina_vegana:asparagus", "cucina_vegana:tofu_cooked" ,"cucina_vegana:asparagus"},
{"", "sandwiches:bread_slice", ""},
}
})
minetest.register_craft({
output = "sandwiches:tasty_tofu_sandwich",
recipe = {
{"", "sandwiches:bread_slice", ""},
{"cucina_vegana:asparagus", "farming:tofu_cooked" ,"cucina_vegana:asparagus"},
{"cucina_vegana:asparagus", "group:food_tofu" ,"cucina_vegana:asparagus"},
{"", "sandwiches:bread_slice", ""},
}
})
@ -86,19 +78,12 @@ minetest.register_craftitem("sandwiches:tofu_sandwich", {
groups = {food = 7, food_sandwich = 1, food_vegan = 1},
inventory_image = "tofu_sandwich.png"
})
minetest.register_craft({
output = "sandwiches:tofu_sandwich",
recipe = {
{"", "sandwiches:bread_slice", ""},
{"cucina_vegana:chives","cucina_vegana:tofu_cooked", "cucina_vegana:rosemary"},
{"", "sandwiches:bread_slice", ""},
}
})
minetest.register_craft({
output = "sandwiches:tofu_sandwich",
recipe = {
{"", "sandwiches:bread_slice", ""},
{"cucina_vegana:chives","farming:tofu_cooked", "cucina_vegana:rosemary"},
{"cucina_vegana:chives","group:food_tofu", "cucina_vegana:rosemary"},
{"", "sandwiches:bread_slice", ""},
}
})
@ -128,19 +113,12 @@ minetest.register_craft({
{"", "sandwiches:bread_slice", ""},
}
})
minetest.register_craft({
output = "sandwiches:gourmet_sandwich",
recipe = {
{"", "sandwiches:bread_slice", ""},
{"cucina_vegana:chives", "cucina_vegana:tofu_cooked" ,"cucina_vegana:sauce_hollandaise" },
{"", "sandwiches:bread_slice", ""},
}
})
minetest.register_craft({
output = "sandwiches:gourmet_sandwich",
recipe = {
{"", "sandwiches:bread_slice", ""},
{"cucina_vegana:chives", "farming:tofu_cooked" ,"cucina_vegana:sauce_hollandaise" },
{"cucina_vegana:chives", "group:food_tofu" ,"cucina_vegana:sauce_hollandaise" },
{"", "sandwiches:bread_slice", ""},
}
})
@ -167,7 +145,7 @@ minetest.register_craft({
output = "sandwiches:classic_sandwich",
recipe = {
{"", "sandwiches:bread_slice", ""},
{"group:food_lettuce", "cucina_vegana:tofu_cooked", "group:food_tomato" },
{"group:food_lettuce", "group:food_tofu", "group:food_tomato" },
{"", "sandwiches:bread_slice", ""},
}
})
@ -186,15 +164,7 @@ minetest.register_craft({
output = "sandwiches:fancy_garlic_sandwich",
recipe = {
{"", "sandwiches:garlic_bread", ""},
{"cucina_vegana:tofu_cooked", "sandwiches:trifolat_mushrooms", "group:food_cheese"},
{"", "sandwiches:garlic_bread", ""},
},
})
minetest.register_craft({
output = "sandwiches:fancy_garlic_sandwich",
recipe = {
{"", "sandwiches:garlic_bread", ""},
{"farming:tofu_cooked", "sandwiches:trifolat_mushrooms", "group:food_cheese"},
{"group:food_tofu", "sandwiches:trifolat_mushrooms", "group:food_cheese"},
{"", "sandwiches:garlic_bread", ""},
},
})
@ -203,19 +173,12 @@ minetest.register_craft({
output = "sandwiches:tasty_garlic_sandwich",
recipe = {
{"", "sandwiches:garlic_bread", ""},
{"group:food_tomato", "cucina_vegana:tofu_cooked", "group:food_cheese"},
{"", "sandwiches:garlic_bread", ""},
},
})
minetest.register_craft({
output = "sandwiches:tasty_garlic_sandwich",
recipe = {
{"", "sandwiches:garlic_bread", ""},
{"group:food_tomato", "farming:tofu_cooked", "group:food_cheese"},
{"group:food_tomato", "group:food_tofu", "group:food_cheese"},
{"", "sandwiches:garlic_bread", ""},
},
})
--ALREADY EXISTING NON SANDWICH ITEMS
minetest.register_craft({