summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2021-02-05 14:08:39 -0600
committercheapie <no-email-for-you@example.com>2021-02-05 14:08:39 -0600
commit5733785f3f467b4e279296357e536e8fb267e228 (patch)
tree0b869305118cceffcf1716741744e9749ce1732e /README
parent5283abb6f3a2ad19237271ad951b0df593301cdf (diff)
downloadmesecons_carts-master.tar
mesecons_carts-master.tar.gz
mesecons_carts-master.tar.bz2
mesecons_carts-master.tar.xz
mesecons_carts-master.zip
Add conducting railsHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 6b26c43..53ec1f9 100644
--- a/README
+++ b/README
@@ -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.