summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 795ee0d..65d3a3a 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -150,10 +150,10 @@ local export_longdesc = {
["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.",
["default:meselamp"] = "A bright source of light made out of mese. It shines slightly brighter than a torch.",
["default:mese"] = "A very rare mineral of alien origin. To find mese blocks in ther natural form, one has to dig very deep at a depth of at least 1024 below sea level.",
- ["bucket:bucket_empty"] = "A bucket, liquids can be collected with it.",
- ["bucket:bucket_water"] = "A bucket which is filled with water.",
- ["bucket:bucket_river_water"] = "A bucket which is filled with river water.",
- ["bucket:bucket_lava"] = "A bucket which is filled with dangerous lava.",
+ ["bucket:bucket_empty"] = "A bucket can be used to collect and release liquids.",
+ ["bucket:bucket_water"] = "A bucket can be used to collect and release liquids. This one is filled with water.",
+ ["bucket:bucket_river_water"] = "A bucket can be used to collect and release liquids. This one is filled with river water.",
+ ["bucket:bucket_lava"] = "A bucket can be used to collect and release liquids. This one is filled with hot lava, safely contained inside. Use with caution.",
["bones:bones"] = "These are the remains of a deceased player. It may contain the player's former inventory which can be looted. Fresh bones are bones of a player who has deceased recently and can only be looted by the same player. Old bones can be looted by everyone. Once collected, bones can be placed like any other block.",
["doors:door_wood"] = "A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player.",
@@ -374,10 +374,10 @@ local export_usagehelp = {
["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.",
["vessels:shelf"] = "Rightclick to open the vessels shelf. You can only store items which belong to the Vessels group (glass bottle, driking glass, heavy steel bottle). 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, which creates a water source.",
- ["bucket:bucket_river_water"] = "Rightclick while holding this bucket on any block to empty it, which creates a river water source.",
- ["bucket:bucket_lava"] = "Rightclick while holding this bucket on any block to empty it, which creates a lava source. Be careful by doing so, lava is dangerous!",
+ ["bucket:bucket_empty"] = "Punch a liquid source to collect the liquid. With the filled bucket, you can rightclick somewhere to empty the bucket which will create a liquid source at the position you've clicked at.",
+ ["bucket:bucket_water"] = "Rightclick on any block to empty the bucket and put a water source on this spot.",
+ ["bucket:bucket_river_water"] = "Rightclick on any block to empty the bucket and put a river water source on this spot.",
+ ["bucket:bucket_lava"] = "Choose a place where you want to empty the bucket, then get in a safe spot somewhere above it. Be prepared to run away when something goes wrong as the lava will soon start to flow after placing. To empty the bucket (which places a lava source), rightclick on your chosen place.",
["bones:bones"] = "Point to the bones to see to whom they belong to. If nothing is displayed, they belong to nobody and are empty; they behave any other block in this case. Otherwise, rightclick on the bones to access the inventory, punch it to obtain all items and the bones immediately, or at least as many items you can carry. "..bonesstring..bonesstring2.."It is only possible to take from this inventory, nothing can be stored into it.",