Fix: Sandwich slices

This commit is contained in:
N-Nachtigal 2025-05-30 01:36:20 +02:00
parent ef52910688
commit 7695674991

View file

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