forked from VoxeLibre/VoxeLibre
Add stackable info for book/quill help
This commit is contained in:
parent
bae4a9786f
commit
0396844251
|
@ -100,7 +100,7 @@ end
|
||||||
minetest.register_craftitem("mcl_books:writable_book", {
|
minetest.register_craftitem("mcl_books:writable_book", {
|
||||||
description = "Book and Quill",
|
description = "Book and Quill",
|
||||||
_doc_items_longdesc = "This item can be used to write down some notes.",
|
_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",
|
inventory_image = "mcl_books_book_writable.png",
|
||||||
groups = { book=1 },
|
groups = { book=1 },
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
|
|
Loading…
Reference in New Issue