summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2020-04-01 05:15:56 -0500
committercheapie <no-email-for-you@example.com>2020-04-01 05:15:56 -0500
commit4dbe129a91f3152b1ac1239e76737f3b00a8c673 (patch)
tree8947021d083f86a5274389faa2014d2a32692c39 /README
downloadmesecons_carts-4dbe129a91f3152b1ac1239e76737f3b00a8c673.tar
mesecons_carts-4dbe129a91f3152b1ac1239e76737f3b00a8c673.tar.gz
mesecons_carts-4dbe129a91f3152b1ac1239e76737f3b00a8c673.tar.bz2
mesecons_carts-4dbe129a91f3152b1ac1239e76737f3b00a8c673.tar.xz
mesecons_carts-4dbe129a91f3152b1ac1239e76737f3b00a8c673.zip
Add initial content
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e2751ab
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+Mesecons Integration for Carts
+==============================
+
+This mod adds several types of rails for use with the existing carts from minetest_game:
+
+* Mesecons-Controlled Powered Rail
+-- When powered via mesecons, accelerates carts with the same power as a normal powered rail.
+-- When not powered, acts as a normal rail.
+
+* Mesecons-Controlled Brake Rail
+-- When powered via mesecons, decelerates carts with the same power as a normal brake rail.
+-- When not powered, acts as a normal rail.
+
+* Mesecons-Controlled Strong Powered Rail
+-- When powered via mesecons, accelerates carts with twice the power of a normal powered rail.
+-- When not powered, acts as a normal rail.
+
+* Mesecons-Controlled Strong Brake Rail
+-- When powered via mesecons, decelerates carts with twice the power of a normal brake rail.
+-- When not powered, acts as a normal rail.
+
+* Mesecons Detector Rail
+-- Allows carts to pass over like a normal rail.
+-- Emits a brief mesecons pulse whenever a cart passes over it.
+
+* Mesecons-Controlled Start-Stop Rail
+-- When not powered, causes any carts passing over it to come to an immediate stop.
+-- 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.