diff options
author | cheapie <no-email-for-you@example.com> | 2021-02-05 14:08:39 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2021-02-05 14:08:39 -0600 |
commit | 5733785f3f467b4e279296357e536e8fb267e228 (patch) | |
tree | 0b869305118cceffcf1716741744e9749ce1732e /README | |
parent | 5283abb6f3a2ad19237271ad951b0df593301cdf (diff) | |
download | mesecons_carts-5733785f3f467b4e279296357e536e8fb267e228.tar mesecons_carts-5733785f3f467b4e279296357e536e8fb267e228.tar.gz mesecons_carts-5733785f3f467b4e279296357e536e8fb267e228.tar.bz2 mesecons_carts-5733785f3f467b4e279296357e536e8fb267e228.tar.xz mesecons_carts-5733785f3f467b4e279296357e536e8fb267e228.zip |
Add conducting rails
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -28,6 +28,9 @@ This mod adds several types of rails for use with the existing carts from minete -- When powered via mesecons while the cart is still stopped on it, causes the cart to resume moving with its previous speed. -- If left powered, acts as a normal rail. +* Mesecons Conducting Rail +-- Acts as a normal rail (does not specially affect the cart) but conducts mesecons signals. + * Digilines Controlled Rail (available only if digilines is installed) -- Sends a table on its set channel when passed over by a cart, including the following elements: ---- pos: Exact position of the cart @@ -39,3 +42,9 @@ This mod adds several types of rails for use with the existing carts from minete ---- "power1" through "power15": Causes the rail to act as a powered rail. The power of a normal powered rail is 5. ---- "brake1" through "brake15": Causes the rail to act as a brake rail. The power of a normal brake rail is 5. ---- "idle" (also "power0" or "brake0"): Causes the rail to act as a normal rail, applying no power or braking force. + +* Digilines Conducting Rail (available only if digilines is installed) +-- Acts as a normal rail (does not specially affect the cart) but conducts digilines signals. + +* Mesecons and Digilines Conducting Rail (available only if digilines is installed) +-- Acts as a normal rail (does not specially affect the cart) but conducts both mesecons and digilines signals. |