diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helptexts.lua b/helptexts.lua index 4ceca50..4ebf328 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -88,7 +88,7 @@ local export_longdesc = { ["default:aspen_leaves"] = leavesdesc, ["default:cactus"] = "A piece of cactus usually found in deserts. Cactus placed on desert sand will slowly grow up to 4 cactus blocks high.", ["default:papyrus"] = "A papyrus piece usually found near water. Papyrus will grow up to 4 blocks high when it is near a water source.", - ["default:bookshelf"] = "A bookshelf provides space for 16 books.", + ["default:bookshelf"] = "A bookshelf provides 16 inventory slots for books.", ["default:glass"] = "A decorational, transparent block.", ["default:fence_wood"] = fencedesc, ["default:fence_junglewood"] = fencedesc, @@ -182,7 +182,7 @@ local export_longdesc = { ["vessels:glass_bottle"] = "A decorational item. Can be placed like a block.", ["vessels:drinking_glass"] = "A decorational item which can be placed.", ["vessels:steel_bottle"] = "A decorational item which can be placed.", - ["vessels:shelf"] = "A vessels shelf provides space for 16 vessels (like glass bottles).", + ["vessels:shelf"] = "A vessels shelf provides 16 inventory slots for vessels (like glass bottles).", ["xpanes:pane"] = "Glass panes are thin layers of glass which neatly connect to their neighbors as you build them.", ["xpanes:bar"] = "Iron bars neatly connect to their neighbors as you build them.", ["beds:bed_bottom"] = beddesc, @@ -303,8 +303,8 @@ local export_usagehelp = { ["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:sign_wall_wood"] = signuse, ["default:sign_wall_steel"] = signuse, - ["default:bookshelf"] = "Rightclick to open the bookshelf. You can store one book per inventory slot. To collect the bookshelf, you must make sure it does not contain any books.", - ["vessels:shelf"] = "Rightclick to open the vessels shelf. You can store one vessel per inventory slot. To collect the vessels shelf, it must be empty.", + ["default:bookshelf"] = "Rightclick to open the bookshelf. You can only place books in the inventory slots. To collect the bookshelf, you must make sure it does not contain any books.", + ["vessels:shelf"] = "Rightclick to open the vessels shelf. You can only store vessels in the inventory slots. To collect the vessels shelf, it must be empty.", ["bucket:bucket_empty"] = "Rightclick on a liquid source while holding the bucket to collect the liquid. Rightclick again somewhere to empty the bucket, this will create a liquid source at the position you've clicked at.", ["bucket:bucket_water"] = "Rightclick while holding this bucket on any block to empty it.", ["bucket:bucket_river_water"] = "Rightclick while holding this bucket on any block to empty it.", |