summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-09-01 15:19:39 +0200
committerWuzzy <almikes@aol.com>2016-09-01 15:19:39 +0200
commita75d5618da7109fc2c10c443af918c8eeeaf5ff0 (patch)
tree8a5f1f8551f6edf18696d18fc168a328b340e9c4
parent78023a853be9146412cb78f2d44e7ec3e6aa2824 (diff)
Footstep block is hoe soil
-rw-r--r--helptexts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 755ce09..71daa1e 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -80,7 +80,7 @@ local export_longdesc = {
["default:stonebrick"] = buildnode,
["default:desert_stonebrick"] = buildnode,
["default:dirt_with_grass"] = "Very common on the surface, found in grasslands, forests and jungles and it is resourceful block which supports the growth and spreading of many small plants and trees. Dirt with grass will turn its neighbor dirt blocks into dirt with grass, when they are in direct sunlight. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe.",
- ["default:dirt_with_grass_footsteps"] = "A decorational variant of dirt with grass, it looks like someone has stepped on the grass. Unlike dirt with grass, it doesn't change.",
+ ["default:dirt_with_grass_footsteps"] = "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. This block can be turned into soil for farming with a hoe.",
["default:dirt_with_dry_grass"] = "Common on the surface, found in savannahs. Dirt with dry grass will turn its neighbor dirt blocks into dirt with dry grass, when they are in direct sunlight. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe.",
["default:dirt_with_snow"] = "Dirt with a snow cover, found in cold regions. This block will turn its neighbor dirt blocks into dirt with snow when they are exposed to sunlight. If this block is in darkness, it will turn into naked dirt eventually. This block can be turned into soil for farming with a hoe.",
["default:snow"] = "A thin layer of snow. When placed on a dirt block, the dirt block will soon become a dirt with snow block.",