Pilz- und Fischrezepte angepasst
This commit is contained in:
parent
a0c893ca0b
commit
df3b4e6104
3 changed files with 109 additions and 0 deletions
|
@ -984,6 +984,15 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'x_farming:baked_fish_1',
|
||||
recipe = {
|
||||
{ 'x_farming:beetroot', 'group:food_rice', 'x_farming:beetroot' },
|
||||
{ 'x_farming:carrot', 'group:food_fish_raw', 'x_farming:carrot' },
|
||||
{ 'group:food_salt', 'group:food_bowl', 'group:food_salt' },
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'x_farming:melon_slush_1',
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue