summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-05-28 13:34:34 +0200
committerWuzzy <almikes@aol.com>2017-05-28 13:34:34 +0200
commitc5dd85a5b95186027245c001868cc490bf04cf5f (patch)
tree07160940a045d8e542a09a992dfd81f5ff83078c /helptexts.lua
parent2a27caebf5b6ffafc76cf524c8650a7ee44a08a2 (diff)
Bush leaves now decay
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 75f791f..9605e03 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -177,8 +177,8 @@ local export_longdesc = {
["default:acacia_leaves"] = S("Acacia leaves are grown from acacia trees found in savannahs."),
["default:aspen_leaves"] = S("Aspen leaves are grown from aspen trees found in deciduous forests."),
["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, deciduous forests and snowy lands. They never decay."),
- ["default:acacia_bush_leaves"] = S("Acacia bush leaves are grown from acacia bushes found in savannahs. They never decay."),
+ ["default:bush_leaves"] = S("Bush leaves are grown from bushes found in grasslands, deciduous forests and snowy lands."),
+ ["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:bookshelf"] = S("A bookshelf provides 16 inventory slots for books."),