diff options
Diffstat (limited to 'helptexts.lua')
-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.", |