diff options
author | Wuzzy <almikes@aol.com> | 2016-08-04 15:34:16 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-04 15:34:16 +0200 |
commit | 820728a1935a40aa7b5f88b2ce033043cbaf00ab (patch) | |
tree | da9aaca50f9fa62b88e5db226f049046889d891f | |
parent | ad6b599ab091d4b177654e77288dd5c3173e5645 (diff) |
Update dirt texts
-rw-r--r-- | helptexts.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helptexts.lua b/helptexts.lua index 6282f8e..8741622 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -62,13 +62,13 @@ local export_longdesc = { ["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:stonebrick"] = deconode, ["default:desert_stonebrick"] = deconode, - ["default:dirt_with_grass"] = "Very common on the surface, found in grasslands, forests and jungles. It this block is in darkness, it will turn into naked dirt eventually.", - ["default:dirt_with_dry_grass"] = "Found at the surface of savannahs. If this block is in darkness, it will turn into naked dirt eventually.", - ["default:dirt_with_snow"] = "Dirt with a snow cover, found in cold regions. If this block is in darkness, it will turn into naked dirt eventually.", + ["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.", + ["default:dirt_with_dry_grass"] = "Common on the surface, found in savannahs. Dirt with dry grass will turn its neighbor dirt blocks into dirt with dry grass, when they are in direct sunlight. It this block is in darkness, it will turn into naked dirt eventually.", + ["default:dirt_with_snow"] = "Dirt with a snow cover, found in cold regions. This block will turn its neighbor dirt blocks into dirt with snow when they are exposed to sunlight. If this block is in darkness, it will turn into naked dirt eventually.", ["default:snow"] = "A thin layer of snow. When placed on a dirt block, the dirt block will soon become a dirt with snow block.", ["default:snowblock"] = "A very thick layer snow, filling an entire block. Snow this thick can usually only be found in arctic regions.", ["default:ice"] = "Ice is found in arctic regions in huge glacier formations, often below snow blocks.", - ["default:dirt"] = "If exposed to sunlight, it will turn into dirt with grass or dirt with dry grass eventually, depending on its near environment.", + ["default:dirt"] = "Dirt is found often directly under the surface and very common in many regions of the world. When exposed to sunlight, the surface of dirt may change, depending on its neighbors.", ["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.", |