diff options
author | Wuzzy <almikes@aol.com> | 2016-12-28 15:23:58 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-28 15:23:58 +0100 |
commit | 824f8f11703dd2cc978eacf96b7ffc02172d981c (patch) | |
tree | a4416599b405ffd6a7b1a8dee6def212969e39bd /helptexts.lua | |
parent | 79da0248ed14257480f2c434d2f88d507975f8f0 (diff) |
Remove redundant hoe info for dirt with grass
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index bf8d479..dd199ea 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -122,7 +122,7 @@ 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. This block can be turned into soil for farming with a hoe. 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, 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_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."), |