diff options
author | Wuzzy <almikes@aol.com> | 2016-08-15 15:34:41 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-15 15:34:41 +0200 |
commit | 05f2a807dd6f929f6fcb8988830c9c577bc34dd1 (patch) | |
tree | fb4a25d53e525af653210694c545becc4fac430e /helptexts.lua | |
parent | bbf15b98394f065e8ef92179064e464eca6b24a0 (diff) |
Add distinction for apple trees
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helptexts.lua b/helptexts.lua index 5c9b06f..aa20c0c 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -92,7 +92,7 @@ local export_longdesc = { ["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 deciduous forests in mild climates.", + ["default:tree"] = "A trunk of a regular tree. This kind of tree sometimes bears apples and originates from deciduous 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.", ["default:pine_tree"] = "A trunk of a pine tree. The natural habitat of pine trees coniferous forests which can be found in cold climates.", ["default:aspen_tree"] = "A trunk of an aspen tree. The natural habitat of aspen trees are deciduous forests which can be found in mild climates.", @@ -102,12 +102,12 @@ local export_longdesc = { ["default:pine_wood"] = buildnode, ["default:acacia_wood"] = buildnode, ["default:aspen_wood"] = buildnode, - ["default:sapling"] = "When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into an ordinary tree or an apple tree after some time.", + ["default:sapling"] = "When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a tree after some time. There is a small chance that this trees bears apples.", ["default:junglesapling"] = "When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a large jungle tree after some time.", ["default:pine_sapling"] = "When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into a pine tree after some time.", ["default:acacia_sapling"] = "When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into an acacia tree after some time.", ["default:aspen_sapling"] = "When placed on natural soil (such as dirt) and exposed to sunlight, this sapling will grow into an aspen tree after some time.", - ["default:leaves"] = "Leaves are solid blocks grown from trees found in deciduous forests.", + ["default:leaves"] = "Leaves are solid blocks grown from trees—which sometimes bear apples—found in deciduous forests.", ["default:jungleleaves"] = "Jungle leaves are solid blocks grown from jungle trees found in jungles.", ["default:acacia_leaves"] = "Acacia leaves are solid blocks grown from acacia trees found in savannahs.", ["default:aspen_leaves"] = "Aspen leaves are solid blocks grown from aspen trees found in deciduous forests.", |