From 5733785f3f467b4e279296357e536e8fb267e228 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 5 Feb 2021 14:08:39 -0600 Subject: Add conducting rails --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') 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. -- cgit v1.2.3