Rezepte angepasst. Gruppen hinzugefügt. Pumpkin slices bei x_farming hinzugefügt.
This commit is contained in:
parent
45fa6e63f6
commit
473e550453
8 changed files with 116 additions and 74 deletions
|
@ -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 }, }
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue