diff options
author | Wuzzy <almikes@aol.com> | 2016-08-15 13:38:14 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-15 13:38:14 +0200 |
commit | 36a0c604a13b454e24b5f92a04e5b0d15973c158 (patch) | |
tree | 9a0a886b2d4caa2bcfcb974606306b107f246950 /helptexts.lua | |
parent | f6c0a12cbd6cfa521cb4d054e769e43825096122 (diff) |
Update ore texts with height info
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/helptexts.lua b/helptexts.lua index 5146ee3..9807496 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -59,12 +59,12 @@ local export_longdesc = { ["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:stone_with_coal"] = "Some coal contained in a stone, it is very common, and is even more common in somewhat deeper regions.", - ["default:stone_with_iron"] = "It's some iron contained in stone. Iron is found underground in clusters at a depth of 16 below sea level or lower.", - ["default:stone_with_copper"] = "This stone contains copper. Copper is found underground in clusters at a depth of 16 below sea level or lower.", - ["default:stone_with_mese"] = "This stone contains mese, a rare mineral of alien origin. It can be found in clusters at a depth of 64 below sea level or lower.", - ["default:stone_with_gold"] = "This stone contains gold, a rare metal. It can be found in clusters at a depth of 64 below sea level or lower.", - ["default:stone_with_diamond"] = "Diamonds are very rare and hard and can be found in clusters deep in the underground. They start to appear at a depth of 128 below sea level or lower.", + ["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.", + ["default:stone_with_mese"] = "This stone contains a small amount of mese, a rare mineral of alien origin. It can be found in clusters of 3-5 at a height of -64 lower. Mese ore is more common at -256 or lower.", + ["default:stone_with_gold"] = "This stone contains pure gold, a rare metal. It can be found in clusters of 3 at a height of -64 or lower and in clusters of 5 at a height of -256 or lower.", + ["default:stone_with_diamond"] = "Diamonds are very rare and hard and can be found in clusters deep in the underground. They appear inside stone in clusters of 4 at a height of -128 or lower and are more common at a height of -256 or lower.", ["default:stonebrick"] = buildnode, ["default:desert_stonebrick"] = buildnode, ["default:dirt_with_grass"] = "Very common on the surface, found in grasslands, forests and jungles. Dirt with grass will turn its neighbor dirt blocks into dirt with grass, when they are in direct sunlight. It this block is in darkness, it will turn into naked dirt eventually.", @@ -77,7 +77,7 @@ local export_longdesc = { ["default:sand"] = "Sand is found in large quanties at beaches, but it occacionally appears in small chunks around the world.", ["default:desert_sand"] = "Usually found in huge quantities at the surface of deserts.", ["default:gravel"] = "This block consists of a couple of loose stones and can't support itself. It is common only at the beaches of very cold regions, but it can be found in small quantities on the surface and underground.", - ["default:clay"] = "Clay is pretty soft but also a bit rare, it can sometimes be found in beaches next to sand.", + ["default:clay"] = "Clay is a rather soft material and it sometimes found in sand beaches.", ["default:sandstone"] = "A pretty soft kind of stone.", ["default:sandstonebrick"] = buildnode, ["default:brick"] = buildnode, @@ -149,7 +149,7 @@ local export_longdesc = { ["default:junglegrass"] = "This plant is common in jungles and spreads on dirt with grass blocks.", ["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.", + ["default:mese"] = "Mese is a rare mineral of alien origin; mese blocks are a highly concentrated form of mese. Mese blocks very rarely occour natually very deep in stone as clusters of up to 3 mese blocks at a height of -1024 or lower.", ["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.", |