summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-03-30 21:26:46 +0200
committerWuzzy <almikes@aol.com>2017-03-30 21:26:46 +0200
commit66ed062f45fa0e206c58efc23b47cbe834a46c87 (patch)
treea6646a7fd1a5f33da314e0185d274044a08c5b15
parent678b78b1ce03459fa2e0e30fe9b5bfe963fad16b (diff)
Add dirt with rainforest litter
-rw-r--r--helptexts.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 60da412..5ca4a27 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -127,7 +127,8 @@ 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. It is a resourceful block which supports the growth and spreading of many small plants and trees. Dirt with grass turns into dirt with snow when a snow block is placed on top of it."),
+ ["default:dirt_with_grass"] = S("Very common on the surface, found in grasslands and forests. It is a resourceful block which supports the growth and spreading of many small plants and trees. Dirt with grass turns into dirt with snow when a snow block is placed on top of it."),
+ ["default:dirt_with_rainforest_litter"] = S("This block is found on the surface of rainforests. It is a resourceful block which supports the growth and spreading of many small plants and trees."),
["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."),
["default:dirt_with_dry_grass"] = S("Common on the surface, found in savannahs."),
["default:dirt_with_snow"] = S("Dirt with a snow cover, found in cold regions."),