Nahrungspunkte für Pizza-Mod
This commit is contained in:
parent
23dda4593a
commit
9dbc0b2ba1
4 changed files with 6 additions and 5 deletions
|
@ -137,7 +137,7 @@ minetest.register_craftitem("jelys_pizzaria:cheese_pizza_slice", {
|
|||
description = "Slice of Cheese Pizza",
|
||||
stack_max = 6,
|
||||
inventory_image = "jelys_pizzaria_pizza_slice.png",
|
||||
groups = {food = 1},
|
||||
groups = {food = 1, eatable = 1},
|
||||
on_use = minetest.item_eat(1),
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue