3 Mods hinzugefügt, Fehlende Nahrungspunkteangaben im Inventar ergänzt, falsche Nahrungspunkte berichtigt

This commit is contained in:
N-Nachtigal 2025-05-13 18:57:15 +02:00
parent 763ba03e6c
commit 23dda4593a
151 changed files with 6445 additions and 109 deletions

View file

@ -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)
})