summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helptexts.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua
index c934e19..3b2e47d 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -134,6 +134,7 @@ local export_longdesc = {
["default:diamondblock"] = "A very hard decorational block.",
["default:obsidian_glass"] = "Obsidian glass is transparent, has a very clean surface and is rather hard to break.",
["default:obsidian"] = "A hard mineral which is generated when a lava source meets a water source.",
+ ["default:obsidianbrick"] = deconode,
["default:nyancat"] = "A weird creature with a cat face, cat extremities and a strawberry-flavored pop-tart body. It has been trapped in a block and cannot move and can thus be dug easily by simple tools. Nyan cats are usually followed by nyan cat rainbows. Legends say that in ancient times, long before the creation of our world, the were many of the Nyan Cats which were free and flew through space and sang the \"Nya-nya\" song. Nowadays, nyan cats serve as a fancy collector's item and are traded as souveniers. Apart from that, nyan cats have no intrinsic value.",
["default:nyancat_rainbow"] = "A rainbow made by a real nyan cat, ancient creatures which once flew through space. It has gone inert and can be dug by simple tools. Like nyan cats, nyan cat rainbows have no intrinsic value.",
@@ -205,6 +206,7 @@ local export_longdesc = {
["stairs:slab_aspen_wood"] = slabdesc,
["stairs:slab_stone"] = slabdesc,
["stairs:slab_cobble"] = slabdesc,
+ ["stairs:slab_desert_cobble"] = slabdesc,
["stairs:slab_stonebrick"] = slabdesc,
["stairs:slab_sandstone"] = slabdesc,
["stairs:slab_sandstonebrick"] = slabdesc,
@@ -223,6 +225,7 @@ local export_longdesc = {
["stairs:stair_aspen_wood"] = stairdesc,
["stairs:stair_stone"] = stairdesc,
["stairs:stair_cobble"] = stairdesc,
+ ["stairs:stair_desert_cobble"] = slabdesc,
["stairs:stair_stonebrick"] = stairdesc,
["stairs:stair_sandstone"] = stairdesc,
["stairs:stair_sandstonebrick"] = stairdesc,