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
|
@ -18,7 +18,7 @@ minetest.register_craftitem("sandwiches:po_boy_sandwich", {
|
|||
description = "Po\'boy sandwich",
|
||||
on_use = minetest.item_eat(7, "sandwiches:bread_crumbs"),
|
||||
|
||||
groups = {food = 7, food_sandwich = 1},
|
||||
groups = {food = 7, food_sandwich = 1, eatable = 7},
|
||||
inventory_image = "po_boy_sandwich.png"
|
||||
})
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue