Fix cake help

This commit is contained in:
Wuzzy 2017-03-11 01:53:29 +01:00
parent 4caf0add5e
commit ffa1e35f26
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ minetest.register_craft({
minetest.register_node("mcl_cake:cake", {
description = "Cake",
_doc_items_longdesc = "Cakes can be placed and eaten to restore hunger points. Each cake has 7 slices and each slice restores 2 hunger points",
_doc_items_usagehelp = "Place the cake anywhere, then rightclick it to eat a single slice",
_doc_items_longdesc = "Cakes can be placed and eaten to restore hunger points. A cake has 7 slices and each slice restores 2 hunger 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.",
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",