diff options
author | Wuzzy <almikes@aol.com> | 2016-08-15 14:07:38 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-15 14:07:38 +0200 |
commit | f60a9e2d0347d9eaaadfb5740d889e056fb9e3a4 (patch) | |
tree | a9f78bff798503f9a235a90dca2f459bd88d19b6 | |
parent | b404dcfc456a8123e6167fd527560039abed8509 (diff) |
Update desert stone
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index a2bce7c..b3924c5 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -58,7 +58,7 @@ local export_longdesc = { ["default:chest"] = "Provides 32 slots of inventory space.", ["default:chest_locked"] = "Provides 32 slots of inventory space, is accessible only to the player who placed it. Locked chests are also immune to explosions.", ["default:stone"] = "A very common block in the world of Minetest, almost the entire underground consists of stone. It sometimes contains ores. Stone may be created when water meets lava.", - ["default:desert_stone"] = "A bit less common than stone, it is usually only found in deserts.", + ["default:desert_stone"] = "Desert stone is less common than stone and is found in large quantities near the surface of deserts. Desert stone doesn't go very deep.", ["default:stone_with_coal"] = "Some coal contained in stone, it is very common and can be found in stones as large clusters at a height of +64 or lower.", ["default:stone_with_iron"] = "This stone contains pure iron, which is very common. It is found in small clusters at a height between +2 and -15, in clusters of 5 at a height of -16 or lower and in large clusters of up to 27 iron ores at a height of -64 or lower.", ["default:stone_with_copper"] = "This stone contains pure copper. Copper is found in stone in clusters of 4-5 at a height of -16 or lower and is more common at a height of -64 or lower.", |