Add stackable info for book/quill help

This commit is contained in:
Wuzzy 2017-06-06 12:23:24 +02:00
parent bae4a9786f
commit 0396844251
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ end
minetest.register_craftitem("mcl_books:writable_book", {
description = "Book and Quill",
_doc_items_longdesc = "This item can be used to write down some notes.",
_doc_items_usagehelp = "Hold it in the hand, then rightclick to read the current notes and edit then. You can edit the text as often as you like. You can also sign the book which turns it into a written book which can't be edited anymore.",
_doc_items_usagehelp = "Hold it in the hand, then rightclick to read the current notes and edit then. You can edit the text as often as you like. You can also sign the book which turns it into a written book which you can stack, but it can't be edited anymore.",
inventory_image = "mcl_books_book_writable.png",
groups = { book=1 },
stack_max = 1,