From 66ed062f45fa0e206c58efc23b47cbe834a46c87 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 30 Mar 2017 21:26:46 +0200 Subject: [PATCH] Add dirt with rainforest litter --- helptexts.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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."), -- 2.11.4.GIT