Fix: Sandwich slices
This commit is contained in:
parent
ef52910688
commit
7695674991
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ minetest.register_craftitem("sandwiches:bread_slice", {
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "sandwiches:bread_slice 4",
|
output = "sandwiches:bread_slice 4",
|
||||||
type = "shapeless",
|
recipe = {{"group:food_bread", board},},
|
||||||
recipe = {"group:food_bread", board, ""},
|
|
||||||
replacements = { {board, board }, }
|
replacements = { {board, board }, }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue