summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helptexts.lua4
-rw-r--r--init.lua1
2 files changed, 4 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 99f8139..3531859 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -142,6 +142,7 @@ local export_longdesc = {
["default:nyancat"] = "A weird creature with a cat face, cat extremities and a strawberry-flavored pop-tart body. It has been trapped in a block and cannot move and can thus be dug easily by simple tools. Nyan cats are usually followed by nyan cat rainbows. Legends say that in ancient times, long before the creation of our world, the were many of the Nyan Cats which were free and flew through space and sang the \"Nya-nya\" song. Nowadays, nyan cats serve as a fancy collector's item and are traded as souveniers. Apart from that, nyan cats have no intrinsic value.",
["default:nyancat_rainbow"] = "A rainbow made by a real nyan cat, ancient creatures which once flew through space. It has gone inert and can be dug by simple tools. Like nyan cats, nyan cat rainbows have no intrinsic value.",
["default:book"] = "A book is used to store notes and to make bookshelfs.",
+ ["default:book_written"] = "A book is used to store notes and to make bookshelfs. Books with text contain notes and can be copied.",
["default:grass_1"] = "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"] = "This plant is common in jungles and spreads on dirt with grass blocks.",
["default:dry_grass_1"] = "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.",
@@ -365,7 +366,8 @@ local export_usagehelp = {
["default:furnace"] = "Rightclick 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"] = "Rightclick the chest to open it and to exchange items. You can only mine it when the chest is empty.",
["default:chest_locked"] = "Point it to reveal the name of its owner. Rightclick 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"] = "Hold the book in hand and leftclick to write some notes. Doing so will turn the book into a “Book With Text” which cannot be stacked.",
+ ["default:book"] = "Hold the book in hand and leftclick to write some notes. Doing so will turn the book into a “Book With Text”",
+ ["default:book_written"] = "Hold the book with text in hand and leftclick to update 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 along with a book into the crafting grid.",
["default:sign_wall_wood"] = signuse,
["default:sign_wall_steel"] = signuse,
["default:bookshelf"] = "Rightclick to open the bookshelf. You can only store books and other items belonging to the Books group into the bookshelf. To collect the bookshelf, you must make sure it does not contain anything.",
diff --git a/init.lua b/init.lua
index 782baca..b83d398 100644
--- a/init.lua
+++ b/init.lua
@@ -29,6 +29,7 @@ local miscgroups = { "book", "vessel", "dye", "stick", "wool", "sand", "wood", "
local mininggroups = { "cracky", "crumbly", "choppy", "snappy", "bendy", "oddly_breakable_by_hand" }
local forced_items = {
+ "default:book_written",
"default:cloud",
"bones:bones",
"farming:soil",