summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 00:44:31 +0100
committerWuzzy <almikes@aol.com>2016-12-28 00:44:31 +0100
commit36208762eddf964c97db2b2cb2faa5a6494cf01b (patch)
tree3f8ad4b00ed4727686957a191a76063db2ff2be6
parentb75d36af3ad3028f05d9363ce208468c02520260 (diff)
Add T-junction behaviour to cart text
-rw-r--r--helptexts.lua8
1 files changed, 6 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 0ae9d66..5c1bc60 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -84,7 +84,7 @@ local tntdesc = S("An explosive device. When it explodes, it will hurt living be
local nyandesc = S("A weird creature with a cat face, cat extremities and a strawberry-flavored pop-tart body. It has been trapped in a block and cannot move and can thus be dug easily by simple tools. Nyan cats are usually followed by nyan cat rainbows. Legends say that in ancient times, long before the creation of our world, there were many of the Nyan Cats which were free and flew through space and sang the \"Nya-nya\" song. Nowadays, nyan cats serve as a fancy collector's item and are traded as souvenirs. Apart from that, nyan cats have no intrinsic value.")
local rainbowdesc = S("A rainbow made by a real nyan cat, ancient creatures which once flew through space. It has gone inert and can be dug by simple tools. Like nyan cats, nyan cat rainbows have no intrinsic value.")
-local railuse = S("Place them on the ground to build your railway, the blocks will automatically connect to each other and will turn into curves, junctions, crossings and slopes as needed.")
+local railuse = S("Place them on the ground to build your railway, the rails will automatically connect to each other and will turn into curves, T-junctions, crossings and slopes as needed.")
local coral_living = S("Corals are plants naturally found in shallow water of warm climates. Corals are rather delicate. When exposed to air, they will die off to become coral skeletons.")
@@ -477,7 +477,11 @@ local export_usagehelp = {
["screwdriver:screwdriver"] = S("Left-click on a block to rotate it around its current axis. Right-click 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. Right-click 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. Right-click on the boat again to leave it. Left-click the placed boat to collect it.", groupname_water),
- ["carts:cart"] = S("You can place the cart on rails. Right-click 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 physics depend on the rail type. 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."),
+ ["carts:cart"] =
+ S("You can place the cart on rails. Right-click it to enter it. Punch the cart to get it moving (into the punch direction).") .. "\n" ..
+ S("The cart only rides on rails and always follows the track. When the cart reaches a T-junction with no straight way ahead, the cart turns left.") .. "\n" ..
+ S("The cart speed depends on the rail type. When you sit inside, you can use the handbrake with [Down] to slow down.") .. "\n" ..
+ S("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."),
["default:rail"] = railuse,
["carts:powerrail"] = railuse,