summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-05-28 04:19:22 +0200
committerWuzzy <almikes@aol.com>2017-05-28 04:19:22 +0200
commite73bca4ac6d0c32bedcfc591b2f032775500f0f3 (patch)
treee7431386c635b12fd558bc87df9d53485cb7b66d /helptexts.lua
parentf497189f20ba45332eb3741152fa9f8d056ca8b5 (diff)
Add ice and snowblock stair/slab
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 525f06e..277bc86 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -166,7 +166,7 @@ local export_longdesc = {
["default:junglesapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a jungle sapling will grow into a large jungle tree after some time."),
["default:acacia_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, an acacia sapling will grow into an acacia tree after some time."),
["default:aspen_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, an aspen sapling will grow into an aspen tree after some time."),
- ["default:pine_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a pine sapling will grow into a pine tree after some time. If the pine sapling was next to dirt with snow, snow or a snow block, the pine tree will be covered with snow.",
+ ["default:pine_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a pine sapling will grow into a pine tree after some time. If the pine sapling was next to dirt with snow, snow or a snow block, the pine tree will be covered with snow."),
["default:bush_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, a bush sapling will grow into a bush after some time."),
["default:acacia_bush_sapling"] = S("When placed on natural soil (such as dirt) and exposed to sunlight, an acacia bush sapling will grow into an acacia bush after some time."),
["default:leaves"] = S("Leaves are grown from trees—which sometimes bear apples—found in deciduous forests."),
@@ -311,6 +311,8 @@ local export_longdesc = {
["stairs:slab_silver_sandstone"] = slabdesc,
["stairs:slab_silver_sandstone_block"] = slabdesc,
["stairs:slab_silver_sandstone_brick"] = slabdesc,
+ ["stairs:slab_ice"] = slabdesc,
+ ["stairs:slab_snowblock"] = slabdesc,
["stairs:slab_desert_stonebrick"] = slabdesc,
["stairs:slab_obsidian"] = slabdesc,
["stairs:slab_obsidianbrick"] = slabdesc,
@@ -343,6 +345,8 @@ local export_longdesc = {
["stairs:stair_silver_sandstone"] = stairdesc,
["stairs:stair_silver_sandstone_block"] = stairdesc,
["stairs:stair_silver_sandstone_brick"] = stairdesc,
+ ["stairs:stair_ice"] = stairdesc,
+ ["stairs:stair_snowblock"] = stairdesc,
["stairs:stair_desert_stonebrick"] = stairdesc,
["stairs:stair_obsidian"] = stairdesc,
["stairs:stair_obsidianbrick"] = stairdesc,