forked from VoxeLibre/VoxeLibre
Simplify book copy help
This commit is contained in:
parent
420b8b0854
commit
22f3451b17
|
@ -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_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.
|
_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",
|
inventory_image = "mcl_books_book_written.png",
|
||||||
groups = { not_in_creative_inventory=1, book=1 },
|
groups = { not_in_creative_inventory=1, book=1 },
|
||||||
stack_max = 16,
|
stack_max = 16,
|
||||||
|
|
Loading…
Reference in New Issue