1
0
mirror of https://github.com/SmallJoker/boost_cart.git synced 2025-07-14 06:10:25 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-06 21:56:38 +02:00
parent ced150bc5b
commit 202fc3c03a
31 changed files with 735 additions and 193 deletions

View File

@ -1,6 +1,19 @@
Minetest mod: boost_cart
=======================
Based on the mod "carts" by PilzAdam
Minetest mod: carts for MFF
===========================
Based on boost_cart and modified to fully *replace* carts (@Coethium)
- desactivate mesecons
- power_rail: accelerate, max_speed set in init.lua
- brake_rail: deccelerate, min_speed set in init.lua (so the cart doesn't stop and runs at very low speed)
- default:rail / rail_cooper : no friction, keep the current speed
- no collision (avoid the "walled_in" bug)
Boost_cart
==========
Based on (and fully compatible with) the mod "carts" by PilzAdam
Target: Run smoothly and do not use too much CPU
License of source code: