Add help texts for new sandstone nodes

master
Wuzzy 2017-03-30 20:53:39 +02:00
parent b0e08fa35a
commit 678b78b1ce
1 changed files with 19 additions and 1 deletions

View File

@ -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,