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 c4cf9b6..9938f58 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -106,7 +106,7 @@ local export_longdesc = { ["default:stone_with_diamond"] = S("Diamonds are very rare and hard and can be found in clusters deep in the underground. They appear inside stone in clusters of about 4 blocks 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"] = S("Very common on the surface, found in grasslands, forests and jungles and it is resourceful block which supports the growth and spreading of many small plants and trees. Dirt with grass will turn its neighbor dirt blocks into dirt with grass, when they are in direct sunlight. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe."), + ["default:dirt_with_grass"] = S("Very common on the surface, found in grasslands, forests and jungles. It is a resourceful block which supports the growth and spreading of many small plants and trees. Dirt with grass will turn its neighbor dirt blocks into dirt with grass, when they are in direct sunlight. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe."), ["default:dirt_with_grass_footsteps"] = S("A decorational variant of dirt with grass, it looks like someone has stepped on the grass. Unlike dirt with grass, it doesn't change on its own and doesn't spread its grass on other dirt blocks. This block can be turned into soil for farming with a hoe."), ["default:dirt_with_dry_grass"] = S("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. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe."), ["default:dirt_with_snow"] = S("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. This block can be turned into soil for farming with a hoe."), |