Mehr Rezepte angepasst
This commit is contained in:
parent
3e84ea756b
commit
f69bd7f597
11 changed files with 83 additions and 37 deletions
|
@ -690,7 +690,15 @@ ethereal.add_eatable("ethereal:fish_n_chips", 6)
|
|||
minetest.register_craft({
|
||||
output = "ethereal:fish_n_chips",
|
||||
recipe = {
|
||||
{"farming:baking_tray", "group:ethereal_fish", "group:food_potato"}
|
||||
{"farming:baking_tray", "group:food_fish_raw", "group:food_potato"}
|
||||
},
|
||||
replacements = {{"farming:baking_tray", "farming:baking_tray"}}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "ethereal:fish_n_chips",
|
||||
recipe = {
|
||||
{"farming:baking_tray", "group:fish", "group:food_potato"}
|
||||
},
|
||||
replacements = {{"farming:baking_tray", "farming:baking_tray"}}
|
||||
})
|
||||
|
@ -710,7 +718,7 @@ ethereal.add_eatable("ethereal:fish_cooked", 5)
|
|||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "ethereal:fish_cooked",
|
||||
recipe = "group:ethereal_fish",
|
||||
recipe = "group:food_fish_raw",
|
||||
cooktime = 8
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue