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 }, }
})