diff options
author | Wuzzy <almikes@aol.com> | 2017-05-29 01:53:58 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-05-29 01:53:58 +0200 |
commit | 53eec5fdf6b48518c8c27922e6e3da654f279444 (patch) | |
tree | c0566eea75a4590877b02ac787c26efb1ac7c2f3 /helptexts.lua | |
parent | 252c8632aaff0cf07fb1597bac17ff36f3629e68 (diff) |
Update dry shrub creating rule
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua index 8c3afa0..0a3e194 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -135,7 +135,7 @@ local export_longdesc = { ["default:ice"] = S("Ice is found in arctic regions. It can appear either in huge glacier formations below snow blocks, or above water."), ["default:dirt"] = S("Dirt is found often directly under the surface and very common in many regions of the world. When exposed to sunlight, the surface of dirt may change, depending on its neighbors."), ["default:sand"] = S("Sand is found in large quantities at beaches, but it occasionally appears in small chunks around the world."), - ["default:desert_sand"] = S("Usually found in huge quantities at the surface of deserts. Members of the @1 group will slowly turn into dry shrubs when placed on desert sand.", groupname_flora), + ["default:desert_sand"] = S("Usually found in huge quantities at the surface of deserts."), ["default:silver_sand"] = S("Silver sand can be found in cold biomes in the form of so-called cold deserts."), ["default:gravel"] = S("This block consists of a couple of loose stones and can't support itself. It is common only at the beaches of very cold regions, but it can be found in small quantities on the surface and underground."), ["default:clay"] = S("Clay is a rather soft material and it sometimes found in sand beaches."), @@ -194,7 +194,7 @@ local export_longdesc = { ["doors:gate_pine_wood_closed"] = fencegatedesc, ["doors:gate_aspen_wood_closed"] = fencegatedesc, - ["default:dry_shrub"] = S("An unremarkable dead plant which is common in deserts and snowy biomes. Small plants which are members of the @1 group placed on desert sand will sooner or later turn into dry shrubs.", groupname_flora), + ["default:dry_shrub"] = S("An unremarkable dead plant which is common in deserts and snowy biomes. Small plants which are members of the @1 group placed on silver sand or desert sand will sooner or later turn into dry shrubs.", groupname_flora), ["default:rail"] = S("Rails can be used to build transport tracks for carts. Normal rails slightly slow down carts due to friction."), ["carts:powerrail"] = S("Rails can be used to build transport tracks for carts. Powered rails will accelerate moving carts, up to a maximum speed."), ["carts:brakerail"] = S("Rails can be used to build transport tracks for carts. Brake rails will heavily slow down carts, much more than normal rails."), |