diff options
author | Wuzzy <almikes@aol.com> | 2016-08-15 15:30:36 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-15 15:30:36 +0200 |
commit | bbf15b98394f065e8ef92179064e464eca6b24a0 (patch) | |
tree | 8fff33633f3bdd62293608767355992f5fd33ca9 /helptexts.lua | |
parent | c00714e0b607bb84e20463431bc1e55c98ddfbb2 (diff) |
Customize leaves descriptions
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/helptexts.lua b/helptexts.lua index 1e97f94..5c9b06f 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -23,7 +23,6 @@ local slabdesc = "Slabs are half as high as their full block counterparts. Slabs local stairdesc = "Stairs are useful to climb up without needing to jump." -local leavesdesc = "Leaves and needles are solid blocks usually found at trees, but they can be placed anywhere just like every other block." local signdesc = "A sign is placed at walls. You can write something want on it." local signuse = "Rightclick the sign to edit the text." @@ -93,10 +92,10 @@ 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 decidiuous forests in mild climates.", + ["default:tree"] = "A trunk of a regular tree. This kind of tree 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 decidiuous forests which can be found in mild 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.", ["default:acacia_tree"] = "A trunk of an acacia tree. The natural habitat of acacia trees are savannahs, which can be found in hot climates.", ["default:wood"] = buildnode, ["default:junglewood"] = buildnode, @@ -108,11 +107,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"] = leavesdesc, - ["default:jungleleaves"] = leavesdesc, - ["default:pine_needles"] = leavesdesc, - ["default:acacia_leaves"] = leavesdesc, - ["default:aspen_leaves"] = leavesdesc, + ["default:leaves"] = "Leaves are solid blocks grown from trees 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: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.", |