3 Mods hinzugefügt, Fehlende Nahrungspunkteangaben im Inventar ergänzt, falsche Nahrungspunkte berichtigt
This commit is contained in:
parent
763ba03e6c
commit
23dda4593a
151 changed files with 6445 additions and 109 deletions
|
@ -81,7 +81,7 @@ mt.register_node("cucina_vegana:" .. pname .. "_leaves", {
|
|||
mt.register_craftitem("cucina_vegana:" .. pname .. "_beans_raw", {
|
||||
description = S("Coffee Beans raw"),
|
||||
inventory_image = "cucina_vegana_" .. pname .. "_beans_raw.png",
|
||||
groups = {food = 1, food_coffee = 1},
|
||||
groups = {food = 1, food_coffee = 1, eatable = 3},
|
||||
on_use = mt.item_eat(3)
|
||||
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue