diff options
author | Wuzzy <almikes@aol.com> | 2017-05-29 02:15:12 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-05-29 02:15:12 +0200 |
commit | e6beda1c1fd5d6255e7b398d4ca40b0924f091bd (patch) | |
tree | 8c945a105eadb49d929884d78a79fc003fa58892 /helptexts.lua | |
parent | 7ed182c9420c217f00085d4bb94c905ad386b396 (diff) |
Update light level 13 of papyrus/cactus
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua index d1eae90..dcb4adf 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -179,8 +179,8 @@ local export_longdesc = { ["default:pine_needles"] = S("Pine needles are grown from pine trees found in coniferous forests."), ["default:bush_leaves"] = S("Bush leaves are grown from bushes found in grasslands, snowy grasslands and deciduous forests."), ["default:acacia_bush_leaves"] = S("Acacia bush leaves are grown from acacia bushes found in savannahs."), - ["default:cactus"] = S("A piece of cactus usually found in deserts. Cacti grow on sand, desert sand and other blocks belonging to the “@1” group and can reach a height of up to 4 cactus blocks.", groupname_sand), - ["default:papyrus"] = S("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 @1 group) and can reach a height of up to 4 blocks. When dug, all papyrus blocks directly connected above it will also be dug.", groupname_water), + ["default:cactus"] = S("A piece of cactus usually found in deserts. Cacti grow on sand, desert sand and other blocks belonging to the “@1” group at a light level of 13 or higher. They can reach a height of up to 4 cactus blocks.", groupname_sand), + ["default:papyrus"] = S("A papyrus piece usually found near shallow water. Papyrus grows vertically up to a height of 4 blocks on dirt and dirt with grass near a water source (or another block belonging to the @1 group) and requires a light level of 13 or higher. When dug, all papyrus blocks directly connected above it will also be dug.", groupname_water), ["default:bookshelf"] = S("A bookshelf provides 16 inventory slots for books."), ["default:glass"] = S("A decorational and mostly transparent block which is rather easy to break."), ["default:fence_wood"] = fencedesc, |