Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst
This commit is contained in:
parent
95945c0306
commit
a0c893ca0b
1124 changed files with 64294 additions and 763 deletions
|
@ -373,7 +373,7 @@ local sandwiches_recipes = {
|
|||
{{"sandwiches:tabasco", "vessels:glass_bottle"},}
|
||||
},
|
||||
["italian"] = {{"mushroom", "veggie", "dairy"}, "Italian", 7,
|
||||
{"flowers:mushroom_brown", "group:food_tomato", "group:food_cheese"},
|
||||
{"group:food_mushroom", "group:food_tomato", "group:food_cheese"},
|
||||
},
|
||||
["cheesy"] = {{"dairy", "dairy", "dairy"}, "Cheesy", 8,
|
||||
{"group:food_cheese","group:food_cheese", "group:food_cheese"},
|
||||
|
|
|
@ -36,7 +36,7 @@ minetest.register_craft({
|
|||
output = "sandwiches:italian_sandwich",
|
||||
recipe = {
|
||||
{"", "sandwiches:bread_slice", ""},
|
||||
{"flowers:mushroom_brown", "agriculture:tomato", "group:food_cheese"},
|
||||
{"group:food_mushroom", "agriculture:tomato", "group:food_cheese"},
|
||||
{"", "sandwiches:bread_slice", ""},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue