From 715092aadd3bcd648c34ede35762ad85608bdedd Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 24 Jan 2018 18:33:33 +0100 Subject: [PATCH] Add help for 2 new nodes --- helptexts.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helptexts.lua b/helptexts.lua index 3742381..5c484fe 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -130,6 +130,7 @@ local export_longdesc = { ["default:desert_stonebrick"] = buildnode, ["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_coniferous_litter"] = S("This block is found on the surface of coniferous forests. 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 snow is a cold block of frozen dirt which doesn't support the growth of any plants. Plants won't die on it, but they don't grow or spread either."), @@ -238,6 +239,7 @@ local export_longdesc = { ["default:grass_1"] = S("Grass can be found in large quantities in open plains. It comes in 5 different sizes but doesn't grow. There's a small chance it turns neighbor dirt blocks into dirt with grass, when they're in sunlight."), ["default:junglegrass"] = S("This plant is common in jungles."), ["default:dry_grass_1"] = S("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:fern_1"] = S("Ferns can be found in large quantities in coniferous forests. It comes in 3 different sizes but doesn't grow."), ["default:meselamp"] = S("A bright light source powered by mese crystals. It is brighter than a torch."), ["default:mese_post_light"] = S("A bright light source powered by mese crystals. This is a more compact version of the mese lamp. It is brighter than a torch."), ["default:mese"] = S("Mese is a rare mineral of alien origin; mese blocks are a highly concentrated form of mese. At extreme depths (-1024 or lower), mese blocks rarely occour naturally in stone as clusters of about 3 mese blocks."), -- 2.11.4.GIT