Fix: Sandwich slices

This commit is contained in:
N-Nachtigal 2025-05-30 01:03:33 +02:00
parent 5cfbea5f51
commit ef52910688
3 changed files with 759 additions and 753 deletions

View file

@ -51,8 +51,8 @@ minetest.register_craftitem("sandwiches:bread_slice", {
minetest.register_craft({
output = "sandwiches:bread_slice 4",
type = "shapeless",
recipe = {"group:food_bread", "group:food_cutting_board", ""},
replacements = { {"group:food_cutting_board", board }, }
recipe = {"group:food_bread", board, ""},
replacements = { {board, board }, }
})
minetest.register_craftitem("sandwiches:bread_crumbs", {