diff options
author | Wuzzy <almikes@aol.com> | 2016-08-15 13:48:20 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-15 13:48:20 +0200 |
commit | b404dcfc456a8123e6167fd527560039abed8509 (patch) | |
tree | eb1e0b7412bfb571547e84e720017845c3b77884 /helptexts.lua | |
parent | 36a0c604a13b454e24b5f92a04e5b0d15973c158 (diff) |
Add texts for upcoming “block” blocks
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua index 9807496..a2bce7c 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -81,6 +81,10 @@ local export_longdesc = { ["default:sandstone"] = "A pretty soft kind of stone.", ["default:sandstonebrick"] = buildnode, ["default:brick"] = buildnode, + ["default:stone_block"] = buildnode, + ["default:desert_stone_block"] = buildnode, + ["default:sandstone_block"] = buildnode, + ["default:obsidian_block"] = buildnode, ["default:cloud"] = "A solid block which can not be mined by simple tools. It can be destroyed by explosions, however.", ["default:tree"] = "A trunk of a regular tree. This kind of tree originates from decidiuous forests in mild climates.", ["default:jungletree"] = "A trunk of a jungle tree. Jungle trees can be found in jungles, which are in hot and wet climates.", @@ -212,6 +216,7 @@ local export_longdesc = { ["stairs:slab_aspen_wood"] = slabdesc, ["stairs:slab_stone"] = slabdesc, ["stairs:slab_cobble"] = slabdesc, + ["stairs:slab_mossycobble"] = slabdesc, ["stairs:slab_desert_cobble"] = slabdesc, ["stairs:slab_stonebrick"] = slabdesc, ["stairs:slab_sandstone"] = slabdesc, @@ -224,6 +229,10 @@ local export_longdesc = { ["stairs:slab_copperblock"] = slabdesc, ["stairs:slab_bronzeblock"] = slabdesc, ["stairs:slab_goldblock"] = slabdesc, + ["stairs:slab_stone_block"] = slabdesc, + ["stairs:slab_desert_stone_block"] = slabdesc, + ["stairs:slab_sandstone_block"] = slabdesc, + ["stairs:slab_obsidian_block"] = slabdesc, ["stairs:stair_wood"] = stairdesc, ["stairs:stair_junglewood"] = stairdesc, ["stairs:stair_pine_wood"] = stairdesc, @@ -231,6 +240,7 @@ local export_longdesc = { ["stairs:stair_aspen_wood"] = stairdesc, ["stairs:stair_stone"] = stairdesc, ["stairs:stair_cobble"] = stairdesc, + ["stairs:stair_mossycobble"] = stairdesc, ["stairs:stair_desert_cobble"] = slabdesc, ["stairs:stair_stonebrick"] = stairdesc, ["stairs:stair_sandstone"] = stairdesc, @@ -243,6 +253,10 @@ local export_longdesc = { ["stairs:stair_copperblock"] = stairdesc, ["stairs:stair_bronzeblock"] = stairdesc, ["stairs:stair_goldblock"] = stairdesc, + ["stairs:stair_stone_block"] = stairdesc, + ["stairs:stair_desert_stone_block"] = stairdesc, + ["stairs:stair_sandstone_block"] = stairdesc, + ["stairs:stair_obsidian_block"] = stairdesc, ["farming:hoe_wood"] = hoedesc, ["farming:hoe_stone"] = hoedesc, ["farming:hoe_steel"] = hoedesc, |