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
|
@ -249,8 +249,8 @@ ethereal.add_eatable("ethereal:hearty_stew", 10)
|
|||
minetest.register_craft({
|
||||
output = "ethereal:hearty_stew",
|
||||
recipe = {
|
||||
{"group:food_onion","flowers:mushroom_brown", "group:food_tuber"},
|
||||
{"","flowers:mushroom_brown", ""},
|
||||
{"group:food_onion","group:food_mushroom", "group:food_tuber"},
|
||||
{"","group:food_mushroom", ""},
|
||||
{"","group:food_bowl", ""}
|
||||
}
|
||||
})
|
||||
|
@ -262,8 +262,8 @@ if fredo then
|
|||
minetest.register_craft({
|
||||
output = "ethereal:hearty_stew",
|
||||
recipe = {
|
||||
{"group:food_onion","flowers:mushroom_brown", "group:food_beans"},
|
||||
{"","flowers:mushroom_brown", ""},
|
||||
{"group:food_onion","group:food_mushroom", "group:food_beans"},
|
||||
{"","group:food_mushroom", ""},
|
||||
{"","group:food_bowl", ""}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue