summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-03-10 21:08:56 +0100
committerWuzzy <almikes@aol.com>2017-03-10 21:08:56 +0100
commit4e96c55d0416a3a797b3ce726bf7ff4d80c72b66 (patch)
tree40e9aca3fb3d75be404d4827116a6a9d29aa4115
parentebfb6b6f72116ad27419d1de96a71abf3dafaeca (diff)
Fix sandstone spawn help for 0.4.15
-rw-r--r--helptexts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 11dd653..ad76adb 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -140,7 +140,7 @@ local export_longdesc = {
["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."),
- ["default:sandstone"] = S("A pretty soft kind of stone. It is common below the surface of some grassland biomes."),
+ ["default:sandstone"] = S("A pretty soft kind of stone. It is common in sandstone deserts."),
["default:sandstonebrick"] = buildnode,
["default:brick"] = buildnode,
["default:stone_block"] = buildnode,