From 420b8b0854e39e47eee074472e2e521b80306aa1 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 6 Jun 2017 02:54:40 +0200 Subject: [PATCH] Update help for written books --- mods/ITEMS/mcl_books/init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_books/init.lua b/mods/ITEMS/mcl_books/init.lua index 2ba11a614..f59fdbc5f 100644 --- a/mods/ITEMS/mcl_books/init.lua +++ b/mods/ITEMS/mcl_books/init.lua @@ -171,7 +171,9 @@ minetest.register_craft({ minetest.register_craftitem("mcl_books:written_book", { description = "Written Book", _doc_items_longdesc = "Written books contain some text written by someone. They can be read and copied, but not edited.", - _doc_items_usagehelp = "Hold it in your hand, then rightclick to read the book. To copy the book, place it into the crafting grid together with a book and quill. Performing the craft will turn the book and quill into a copy of the written book.", + _doc_items_usagehelp = [[Hold it in your hand, then rightclick to read the book. + +To copy the book, place it into the crafting grid together with a book and quill (or multiple of those) and craft. You can not copy a written book which is a copy of a copy of the original.]], inventory_image = "mcl_books_book_written.png", groups = { not_in_creative_inventory=1, book=1 }, stack_max = 16,