Update food item usage help
This commit is contained in:
parent
90a28d3ec5
commit
1188a499d6
2 changed files with 20 additions and 5 deletions
|
@ -30,7 +30,7 @@ minetest.register_craft({
|
|||
minetest.register_node("mcl_cake:cake", {
|
||||
description = "Cake",
|
||||
_doc_items_longdesc = "Cakes can be placed and eaten to restore hunger points. A cake has 7 slices. Each slice restores 2 hunger points and 0.4 saturation points. Cakes will be destroyed when dug or when the block below them is broken.",
|
||||
_doc_items_usagehelp = "Place the cake anywhere, then rightclick it to eat a single slice.",
|
||||
_doc_items_usagehelp = "Place the cake anywhere, then rightclick it to eat a single slice. You can't eat from the cake when your hunger bar is full.",
|
||||
tiles = {"cake_top.png","cake_bottom.png","cake_side.png","cake_side.png","cake_side.png","cake_side.png"},
|
||||
inventory_image = "cake.png",
|
||||
wield_image = "cake.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue