diff options
author | Wuzzy <almikes@aol.com> | 2016-08-28 15:41:24 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-28 15:41:24 +0200 |
commit | 1260a55ee6ffc12216d969e0ebfd0c51bf93d8b3 (patch) | |
tree | af55a905d245c3c2d46345564bb1a075fd011238 /helptexts.lua | |
parent | 8d0785495a9d116fa798e633790a2b651ae33a87 (diff) |
Remove redundant bit of information in leaves info
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/helptexts.lua b/helptexts.lua index 5496517..17c99d8 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -115,11 +115,11 @@ local export_longdesc = { ["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—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.", - ["default:pine_needles"] = "Pine needles are solid blocks grown from pine trees found in coniferous forests.", + ["default:leaves"] = "Leaves are grown from trees—which sometimes bear apples—found in deciduous forests.", + ["default:jungleleaves"] = "Jungle leaves are grown from jungle trees found in jungles.", + ["default:acacia_leaves"] = "Acacia leaves are grown from acacia trees found in savannahs.", + ["default:aspen_leaves"] = "Aspen leaves are grown from aspen trees found in deciduous forests.", + ["default:pine_needles"] = "Pine needles are grown from pine trees found in coniferous forests.", ["default:cactus"] = "A piece of cactus usually found in deserts. Cacti grow on sand, desert sand and other blocks belonging to the “Sand” group and can reach a height of up to 4 cactus blocks.", ["default:papyrus"] = "A papyrus piece usually found near shallow water. Papyrus grows vertically on dirt and dirt with grass near a water source (or another block belonging to the Water group) and can reach a height of up to 4 blocks. When dug, all papyrus blocks directly connected above it will also be dug.", ["default:bookshelf"] = "A bookshelf provides 16 inventory slots for books.", |