summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helptexts.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 5ca4a27..ec64d5e 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -237,7 +237,8 @@ local export_longdesc = {
["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 and spreads on dirt with grass blocks."),
["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."),
- ["default:meselamp"] = S("A bright source of light powered by mese crystals. It shines slightly brighter than a torch."),
+ ["default:meselamp"] = S("A bright light source powered by mese crystals. It is brighter than a torch."),
+ ["default:mese_post_light"] = S("A bright light source powered by mese crystals. This is a more compact version of the mese lamp. It is brighter than a torch."),
["default:mese"] = S("Mese is a rare mineral of alien origin; mese blocks are a highly concentrated form of mese. At extreme depths (-1024 or lower), mese blocks rarely occour naturally in stone as clusters of about 3 mese blocks."),
["bucket:bucket_empty"] = S("A bucket can be used to collect and release liquids."),
["bucket:bucket_water"] = S("A bucket can be used to collect and release liquids. This one is filled with water."),