diff options
author | Wuzzy <almikes@aol.com> | 2016-08-09 22:38:26 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-09 22:38:26 +0200 |
commit | bc75e8df8878a51e00fcb5eea11da5caedd86b0b (patch) | |
tree | 49f77360d373f7be6bd8e8257f7840c3f7cb395e | |
parent | d31b74e2e6afa7e92c86ce0d4d053341c92f9801 (diff) |
Update papyrus help
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index 5aa1b56..5394d7a 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -101,7 +101,7 @@ local export_longdesc = { ["default:acacia_leaves"] = leavesdesc, ["default:aspen_leaves"] = leavesdesc, ["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 on dirt and dirt with grass near a water source and can reach a height of up to 4 papyrus 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.", ["default:glass"] = "A decorational and mostly transparent block which is rather easy to break.", ["default:fence_wood"] = fencedesc, |