summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2018-01-24 18:33:33 +0100
committerWuzzy <almikes@aol.com>2018-01-24 18:33:33 +0100
commit715092aadd3bcd648c34ede35762ad85608bdedd (patch)
tree43dac5fcbfd9bce370c9106b8e7cf1ec5eb11477
parentb8775662e8e5e4525fe5e412828ff6809f8992fe (diff)
Add help for 2 new nodes
-rw-r--r--helptexts.lua2
1 files changed, 2 insertions, 0 deletions
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."),