diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua index ee95a9e..3f56e1b 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -244,6 +244,7 @@ local export_longdesc = { ["screwdriver:screwdriver"] = S("A screwdriver can be used to rotate blocks. It can be used 200 times."), ["boats:boat"] = S("A simple boat which allows you to float on the surface of large water bodies. Travelling by boat is a bit faster than swimming."), + ["carts:cart"] = S("A minecart which you can use for quick transport of yourself and items while driving on rails."), ["vessels:glass_bottle"] = S("A decorational item which can be placed."), ["vessels:drinking_glass"] = S("A decorational item which can be placed."), ["vessels:steel_bottle"] = S("A decorational item which can be placed."), @@ -460,6 +461,8 @@ local export_usagehelp = { ["screwdriver:screwdriver"] = S("Leftclick on a block to rotate it around its current axis. Rightclick on a block to rotate its axis. Note that not all blocks can be rotated."), ["boats:boat"] = S("Place the boat on water (any block belonging to the @1 group) to set it up. Rightclick the boat to enter it. When you are on the boat, use the forward key to speed up, the backward key to slow down and the left and right keys to turn the boat. Rightclick on the boat again to leave it. Leftclick the placed boat to collect it.", groupname_water), + ["carts:cart"] = S("You can place the cart on rails. Rightclick it to enter it. Punch the cart to get it moving (into the punch direction). When you sit inside, you can use the handbrake with [Down] to slow down. The cart is only able to drive on rails. The cart is slightly slowed down on rails and heavily slowed down on brake rails. On powered rails the cart will accellerate (up to a maximum speed). To transport items, just drop them inside and punch the cart. To obtain the cart and the contained items, punch it while holding down the sneak key."), + ["beds:bed_bottom"] = beduse, ["beds:fancy_bed_bottom"] = beduse, ["farming:seed_wheat"] = S("Place the wheat seed on soil or wet soil. Use a hoe to create soil. The plant will only grow in sunlight and as long as the soil is wet. Watch the wheat plant grow and mine it at its full size."), |