diff options
author | cheapie <no-email-for-you@example.com> | 2020-04-01 05:15:56 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2020-04-01 05:15:56 -0500 |
commit | 4dbe129a91f3152b1ac1239e76737f3b00a8c673 (patch) | |
tree | 8947021d083f86a5274389faa2014d2a32692c39 /README | |
download | mesecons_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-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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. |