Mehr Rezepte angepasst
This commit is contained in:
parent
3e84ea756b
commit
f69bd7f597
11 changed files with 83 additions and 37 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue