summaryrefslogtreecommitdiff
path: root/README
blob: e2751ab40a6826506bf4e172427cbd4eb1011865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.