Rails is a Terasology module that adds rail transport into the game. It helps the player to travel far distances faster and easier than ever before.
Rails are the most fundamental part of this module. They are the tracks on which carts can travel.
A cart is a vehicle that can travel on rails. This module contains a simplistic cart which can be ridden by the player. It moves only when pushed by the player or dragged by a connected cart.
The wrench is a tool that can be used to perform specific actions like connecting carts with each other or changing the direction of a tee joint.
For additional items like locomotives and special rails to use with Rails, please take a look at the AdditionalRails module.
give rails:rails
to obtain rail blocks, which will be available in the inventory. Repeat this step when you need more rail blocks.Tracks are built by placing rail blocks. When a rail block is placed, it automatically connects to nearby rail blocks to form contiguous track segments. Rail blocks can be straight or sloped and can form a corner, T (tee) junction, or an intersection.
You can connect two carts as follows:
You can verify whether or not all of the functionality in Rails is working perfectly by following the Test Plan that has been written in the repository's wiki.