diff options
author | Wuzzy <almikes@aol.com> | 2017-05-28 04:14:37 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-05-28 04:14:37 +0200 |
commit | f497189f20ba45332eb3741152fa9f8d056ca8b5 (patch) | |
tree | b72e79b57cfffcc9567d8b6d2b5d4fba2259cde4 /helptexts.lua | |
parent | da71e94aca548b7d750a72266e6144a0acee23b0 (diff) |
Add bush sapling help
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua index 5e4b0b2..525f06e 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -167,6 +167,8 @@ local export_longdesc = { ["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: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."), ["default:jungleleaves"] = S("Jungle leaves are grown from jungle trees found in jungles."), ["default:acacia_leaves"] = S("Acacia leaves are grown from acacia trees found in savannahs."), |