Update cauldron and banner help

This commit is contained in:
Wuzzy 2017-07-29 00:56:27 +02:00
parent 2c9d1da73a
commit c58c12ae72
2 changed files with 3 additions and 2 deletions

View file

@ -124,7 +124,8 @@ for colorid, colortab in pairs(mcl_banners.colors) do
-- TODO: Combine the items into only 1 item.
minetest.register_craftitem(itemstring, {
description = desc,
_doc_items_longdesc = "Banners are tall decorative blocks with a solid color. They can be placed on the floor. Banners can not be emblazoned (yet).",
_doc_items_longdesc = "Banners are tall colorful decorative blocks. They can be placed on the floor. Banners can be emblazoned with a variety of patterns using a lot of dye in crafting.",
_doc_items_usagehelp = "Use crafting to draw a pattern on top of the banner. Emblazoned banners can be emblazoned again to combine various patterns. You can draw up to 6 layers on a banner that way. Use a banner on a cauldron with water to wash off its top-most layer.",
inventory_image = inv,
wield_image = inv,
-- Banner group groups together the banner items, but not the nodes.