diff options
author | Wuzzy <almikes@aol.com> | 2016-08-15 14:10:08 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-15 14:10:08 +0200 |
commit | cee05c9a4906bba2473912a8fc045b76bf6f552f (patch) | |
tree | b161f8d1207d3e22f1dc2f94b449c1b18958c4ae /helptexts.lua | |
parent | f60a9e2d0347d9eaaadfb5740d889e056fb9e3a4 (diff) |
Update fence gate help
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 b3924c5..16229a8 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -10,7 +10,7 @@ local flowertext = "Flowers are home in grasslands and forests and are important local ladderdesc = "A piece of ladder which allows you to move vertically." local ladderuse = "Hold the jump key to climb up and the sneak or use key (depends on configuration) to climb down." local fencedesc = "A fence post. When multiple of these are placed to next to each other, they will automatically build a nice fence structure. You can easily jump over a low fence." -local fencegatedesc = "Fence gates connect neatly to other fence pieces and can be opened or closed. They can be easily jumped over." +local fencegatedesc = "Fence gates can be opened or closed and can be easily jumped over. Other fence posts will connect nicely to fence gates." local fencegateuse = "Rightclick the gate to open or close it." local walldesc = "A piece of wall. When multiple of these are placed to next to each other, they will automatically build a nice wall structure. You can easily jump over a low wall." local slabdesc = "Slabs are half as high as their full block counterparts. Slabs can be easily climbed without needing to jump. They are useful to create long staircases and many other structures. When a slab is placed on another slab of the same type, a new full block is created." |