From 039684425169839a17b61af505d6f1153a9cf959 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 6 Jun 2017 12:23:24 +0200 Subject: [PATCH] Add stackable info for book/quill help --- mods/ITEMS/mcl_books/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_books/init.lua b/mods/ITEMS/mcl_books/init.lua index 02a7dd12e..786ba609b 100644 --- a/mods/ITEMS/mcl_books/init.lua +++ b/mods/ITEMS/mcl_books/init.lua @@ -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,