Fix: Sandwich slices
This commit is contained in:
parent
5cfbea5f51
commit
ef52910688
3 changed files with 759 additions and 753 deletions
|
@ -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", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue