Update help of all food items
This commit is contained in:
parent
579a6ed6f3
commit
0f4573c594
11 changed files with 36 additions and 34 deletions
|
@ -250,7 +250,7 @@ minetest.register_node("mcl_end:chorus_plant", {
|
|||
-- Craftitems
|
||||
minetest.register_craftitem("mcl_end:chorus_fruit", {
|
||||
description = "Chorus Fruit",
|
||||
_doc_items_longdesc = "Chorus fruits can be eaten to restore 4 hunger points.",
|
||||
_doc_items_longdesc = "Chorus fruits are the fruits of the chorus plant which is home to the End. They can be eaten to restore a few hunger points.",
|
||||
wield_image = "mcl_end_chorus_fruit.png",
|
||||
inventory_image = "mcl_end_chorus_fruit.png",
|
||||
-- TODO: Teleport player
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue