Update help of all food items
This commit is contained in:
parent
579a6ed6f3
commit
0f4573c594
11 changed files with 36 additions and 34 deletions
|
@ -111,7 +111,7 @@ minetest.register_node("mcl_mushrooms:mushroom_red", {
|
|||
|
||||
minetest.register_craftitem("mcl_mushrooms:mushroom_stew", {
|
||||
description = "Mushroom Stew",
|
||||
_doc_items_longdesc = "Mushroom stew is a healthy soup which can be consumed for 6 hunger points.",
|
||||
_doc_items_longdesc = "Mushroom stew is a healthy soup which can be consumed to restore some hunger points.",
|
||||
inventory_image = "farming_mushroom_stew.png",
|
||||
on_place = minetest.item_eat(6, "mcl_core:bowl"),
|
||||
on_secondary_use = minetest.item_eat(6, "mcl_core:bowl"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue