summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-05-29 00:32:22 +0200
committerWuzzy <almikes@aol.com>2017-05-29 00:32:22 +0200
commit9bfb050f3bed0a54fe90216017bd11b528b2e340 (patch)
treeffbc7544be6db5968cef2947a48a9dd46ff83c39 /helptexts.lua
parentd7b280d828de6cdf6624bda7af1edbfb0701c92d (diff)
Torches now only provide “some” light :D
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 41d5429..1febfe5 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -203,7 +203,7 @@ local export_longdesc = {
["default:water_source"] = S("Water is abundant in oceans and may also appear in small quantities in underground water pockets. You can swim easily in water, but you need to catch your breath from time to time. Water will turn nearby lava into obsidian or stone."),
["default:river_water_source"] = S("You can swim easily in river water, but you need to catch your breath from time to time. Unlike (normal) water, it appears in rivers only. River water will turn nearby lava into obsidian or stone."),
["default:lava_source"] = S("Lava is found deep underground (@1 and below) and rather dangerous. Don't touch it, it will hurt you a lot and once you're in, it is hard to get out. When a lava source meets water or river water (or another block in the @2 group), it turns into obsidian. Flowing lava turns into stone instead.", lavaheight, groupname_water),
- ["default:torch"] = S("Provides plenty of light. It can be placed on almost any block facing any direction. It can also be used to ignite gunpowder and TNT by punching."),
+ ["default:torch"] = S("Provides some light. It can be placed on almost any block facing any direction. It can also be used to ignite gunpowder and TNT by punching."),
["default:sign_wall_wood"] = signdesc,
["default:sign_wall_steel"] = signdesc,
["default:cobble"] = S("A building block used to create houses, dungeons and other buildings. It is obtained after mining stone. If it is near water (or any other block in the @1 group), it might turn into mossy cobblestone.", groupname_water),