Add help texts for deco and building blocks

This commit is contained in:
Wuzzy 2017-03-18 18:01:28 +01:00
parent 7f572f1dcd
commit 1b3a2550f1
6 changed files with 23 additions and 2 deletions

View file

@ -176,6 +176,7 @@ end)
-- Bookshelf
minetest.register_node("mcl_books:bookshelf", {
description = "Bookshelf",
_doc_items_longdesc = "Bookshelves are used for decoration.",
tiles = {"default_wood.png", "default_wood.png", "default_bookshelf.png"},
stack_max = 64,
is_ground_content = false,