diff options
author | Wuzzy <almikes@aol.com> | 2017-03-30 20:53:39 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-03-30 20:53:39 +0200 |
commit | 678b78b1ce03459fa2e0e30fe9b5bfe963fad16b (patch) | |
tree | 429da4d34e5efeb188288e01c1737f588eed3dbd /helptexts.lua | |
parent | b0e08fa35a5bbc586ef9ccf58d2152a6d24c1b7c (diff) |
Add help texts for new sandstone nodes
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index 8010360..60da412 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -140,12 +140,18 @@ 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 in sandstone deserts."), + ["default:sandstone"] = S("A pretty soft kind of stone, a compressed form of sand. It is common in sandstone deserts."), + ["default:silver_sandstone"] = S("A pretty soft kind of stone, a compressed form of silver sand."), + ["default:desert_sandstone"] = S("A pretty soft kind of stone, a compressed form of desert sand."), ["default:sandstonebrick"] = buildnode, + ["default:desert_sandstone_brick"] = buildnode, + ["default:silver_sandstone_brick"] = buildnode, ["default:brick"] = buildnode, ["default:stone_block"] = buildnode, ["default:desert_stone_block"] = buildnode, ["default:sandstone_block"] = buildnode, + ["default:desert_sandstone_block"] = buildnode, + ["default:silver_sandstone_block"] = buildnode, ["default:obsidian_block"] = buildnode, ["default:cloud"] = S("A decorational block. It can be destroyed by explosions."), ["default:tree"] = S("A trunk of a regular tree. This kind of tree sometimes bears apples and originates from deciduous forests in mild climates."), @@ -303,6 +309,12 @@ local export_longdesc = { ["stairs:slab_stonebrick"] = slabdesc, ["stairs:slab_sandstone"] = slabdesc, ["stairs:slab_sandstonebrick"] = slabdesc, + ["stairs:slab_desert_sandstone"] = slabdesc, + ["stairs:slab_desert_sandstone_block"] = slabdesc, + ["stairs:slab_desert_sandstone_brick"] = slabdesc, + ["stairs:slab_silver_sandstone"] = slabdesc, + ["stairs:slab_silver_sandstone_block"] = slabdesc, + ["stairs:slab_silver_sandstone_brick"] = slabdesc, ["stairs:slab_desert_stonebrick"] = slabdesc, ["stairs:slab_obsidian"] = slabdesc, ["stairs:slab_obsidianbrick"] = slabdesc, @@ -329,6 +341,12 @@ local export_longdesc = { ["stairs:stair_stonebrick"] = stairdesc, ["stairs:stair_sandstone"] = stairdesc, ["stairs:stair_sandstonebrick"] = stairdesc, + ["stairs:stair_desert_sandstone"] = stairdesc, + ["stairs:stair_desert_sandstone_block"] = stairdesc, + ["stairs:stair_desert_sandstone_brick"] = stairdesc, + ["stairs:stair_silver_sandstone"] = stairdesc, + ["stairs:stair_silver_sandstone_block"] = stairdesc, + ["stairs:stair_silver_sandstone_brick"] = stairdesc, ["stairs:stair_desert_stonebrick"] = stairdesc, ["stairs:stair_obsidian"] = stairdesc, ["stairs:stair_obsidianbrick"] = stairdesc, |