diff options
author | Wuzzy <almikes@aol.com> | 2016-08-04 18:05:52 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-04 18:05:52 +0200 |
commit | c1eecf1e418d82bf35621e22d27321614159a07d (patch) | |
tree | f5a2554c5d2206819982b73311b92a8ff743c704 /helptexts.lua | |
parent | e2d653c102f0db48449b272c77d0fe46728bb3e8 (diff) |
Update leafdecay info
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index 97c1143..bf63ba7 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -17,7 +17,7 @@ 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. When grown naturally, these blocks will decay if there is no block of the group “Tree Trunks” near them. After they have been placed by a player, they won't decay." +local leavesdesc = "Leaves and needles are solid blocks usually found at trees, but they can be placed anywhere just like every other block. When grown naturally, these blocks may decay when no trunk is nearby. Leaf decay is prevented if any block of the group “Tree Trunks” is nearby or the block is completely surrounded by blocks which are neither air or a liquid. Blocks which have been placed by a player will never decay." local signdesc = "A sign is placed at walls. You can write something want on it." local signuse = "Rightclick the sign to edit the text." |