mirror of
https://cheapiesystems.com/git/mesecons_carts
synced 2025-01-06 12:47:32 +01:00
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
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.
|