Fix support for Petz.
This commit is contained in:
parent
1f0fa71718
commit
e21bb79a87
@ -131,7 +131,7 @@ minetest.register_craftitem("cucina_vegana:imitation_fish", {
|
||||
|
||||
minetest.register_craftitem("cucina_vegana:imitation_meat", {
|
||||
description = S("Imitation Meat"),
|
||||
groups = {food = 1, food_meat = 1, food_vegan = 1, eatable = 1, foot_meat_raw},
|
||||
groups = {food = 1, food_meat = 1, food_vegan = 1, eatable = 1, food_meat_raw},
|
||||
inventory_image = "cucina_vegana_imitation_meat.png",
|
||||
on_use = minetest.item_eat(3),
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user