Pilz- und Fischrezepte angepasst

This commit is contained in:
N-Nachtigal 2025-05-14 18:23:38 +02:00
parent a0c893ca0b
commit df3b4e6104
3 changed files with 109 additions and 0 deletions

View file

@ -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 = {