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
|
@ -222,7 +222,7 @@ if minetest.get_modpath('farming') then
|
|||
minetest.register_craftitem("x_farming:pumpkin_slice", {
|
||||
description = S("Pumpkin Slice"),
|
||||
inventory_image = "farming_pumpkin_slice.png",
|
||||
groups = {compostability = 48, food_pumpkin_slice = 1},
|
||||
groups = {compostability = 48, food_pumpkin_slice = 1, eatable = 2},
|
||||
on_use = minetest.item_eat(2),
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue