Mehr Rezepte angepasst

This commit is contained in:
N-Nachtigal 2025-05-09 21:41:29 +02:00
parent 3e84ea756b
commit f69bd7f597
11 changed files with 83 additions and 37 deletions

View file

@ -276,6 +276,16 @@ minetest.register_craft({
output = "animalia:poultry_cooked",
})
if minetest.get_modpath("cucina_vegana") then
minetest.register_craft({
type = "cooking",
recipe = "cucina_vegana:imitation_poultry",
output = "animalia:poultry_cooked",
})
end
minetest.register_craftitem("animalia:venison_raw", {
description = "Raw Venison",
inventory_image = "animalia_venison_raw.png",