From 22f3451b1750b2d8c00cbc131dc68afa53728770 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 6 Jun 2017 02:57:03 +0200 Subject: [PATCH] Simplify book copy 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 f59fdbc5f..02a7dd12e 100644 --- a/mods/ITEMS/mcl_books/init.lua +++ b/mods/ITEMS/mcl_books/init.lua @@ -173,7 +173,7 @@ minetest.register_craftitem("mcl_books: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 (or multiple of those) and craft. You can not copy a written book which is a copy of a copy of the original.]], +To copy the text of the written book, place it into the crafting grid together with a book and quill (or multiple of those) and craft. The written book will not be consumed. Copies of copies can not be copied.]], inventory_image = "mcl_books_book_written.png", groups = { not_in_creative_inventory=1, book=1 }, stack_max = 16,