diff options
author | Wuzzy <almikes@aol.com> | 2017-05-28 13:25:10 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-05-28 13:25:10 +0200 |
commit | f1ce2e0f81151cad4d3d2bd261ab6c4f9ef91841 (patch) | |
tree | c6f651b643573cdd351047adf9e269aa305e11ca /helptexts.lua | |
parent | 0c25b76f727185102d95336b7e5289e36f2cdfac (diff) |
Update book help
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helptexts.lua b/helptexts.lua index e06174c..8110ddc 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -231,7 +231,7 @@ local export_longdesc = { ["nyancat:nyancat_rainbow"] = rainbowdesc, ["default:book"] = S("A book is used to store notes and to make bookshelves."), - ["default:book_written"] = S("A book is used to store notes and to make bookshelves. Books with text contain notes and can be copied."), + ["default:book_written"] = S("A book with text contains notes which can be rewritten and copied to books. In the inventory, both title and author of the book are shown."), ["default:grass_1"] = S("Grass can be found in large quantities in open plains. It comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with grass, when they're in sunlight."), ["default:junglegrass"] = S("This plant is common in jungles."), ["default:dry_grass_1"] = S("Dry grass is very common in savannahs and comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with dry grass, when they're in sunlight."), @@ -498,8 +498,8 @@ local export_usagehelp = { ["default:furnace"] = S("Right-click the furnace to view it. Place a furnace fuel in the lower slot and the source material in the upper slot. The furnace will slowly use its fuel to smelt the item. The result will be placed into the 4 slots at the right side."), ["default:chest"] = S("Right-click the chest to open it and to exchange items. You can only mine it when the chest is empty."), ["default:chest_locked"] = S("Point it to reveal the name of its owner. Right-click the chest to open it and to exchange items. This is only possible if you own the chest. You also can only mine the chest when you own it and it is empty."), - ["default:book"] = S("Hold the book in hand and left-click to write some notes. Doing so will turn the book into a “Book With Text”"), - ["default:book_written"] = S("Hold the book with text in hand and left-click to read or change the notes. The text in a book with text can be transferred to a book (without text) by a special crafting recipe: Just place the book with text and a book into the crafting grid."), + ["default:book"] = S("Hold the book in hand and left-click to write some notes. You have to provide both a title and contents. Doing so will turn the book into a new item (see “Book With Text”)."), + ["default:book_written"] = S("Hold the book with text in hand and left-click to read or rewrite the notes. To copy the text, combine the book with text together with a book (without text) in the crafting grid."), ["default:sign_wall_wood"] = signuse, ["default:sign_wall_steel"] = signuse, ["default:bookshelf"] = S("Right-click to open the bookshelf. You can only store books and other items belonging to the @1 group into the bookshelf. To collect the bookshelf, you must make sure it does not contain anything.", groupname_book), |