Mehr Rezepte angepasst
This commit is contained in:
parent
3e84ea756b
commit
f69bd7f597
11 changed files with 83 additions and 37 deletions
|
@ -124,7 +124,7 @@ minetest.register_craftitem("cucina_vegana:imitation_cheese", {
|
|||
|
||||
minetest.register_craftitem("cucina_vegana:imitation_fish", {
|
||||
description = S("Imitation Fish"),
|
||||
groups = {food = 1, food_fish = 1, food_vegan = 1, eatable = 1},
|
||||
groups = {food = 1, food_fish = 1, food_vegan = 1, eatable = 1, food_fish_raw = 1, fish = 1},
|
||||
inventory_image = "cucina_vegana_imitation_fish.png",
|
||||
on_use = minetest.item_eat(3),
|
||||
})
|
||||
|
@ -138,7 +138,7 @@ minetest.register_craftitem("cucina_vegana:imitation_meat", {
|
|||
|
||||
minetest.register_craftitem("cucina_vegana:imitation_poultry", {
|
||||
description = S("Imitation poultry"),
|
||||
groups = {food = 1, food_bird = 1, food_vegan = 1},
|
||||
groups = {food = 1, food_bird = 1, food_vegan = 1, food_chicken_raw = 1},
|
||||
inventory_image = "cucina_vegana_imitation_poultry.png",
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue