
Minecart Trains Fork
Add connectivity features for the minecart based on the original content.
- Загрузки
- 14K
- Подписчики
- 26
- Обновлён
- 20 августа 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 14 октября 2025 г.
Minecart Trains Fork
This project was originally forked from Minecart Trains, but now it's independent.
- This mod allows you to build more realistic Minecart trains in Minecraft while trying to stay close to vanilla mechanics.
- The Server is responsible for connecting the carts, and the Client is responsible for rendering the connection effect.
Platforms
Environments
Compatibility
| Symbol | Relation |
|---|---|
| v | Required |
| o | Optional |
| x | Incompatible |
Fabric
| Server Side | Relation | Description |
|---|---|---|
| Fabric API | v | - |
| Cloth Config API | o | Train Behavior Configuration |
| Client Side | Relation | Description |
|---|---|---|
| Fabric API | v | - |
| Cloth Config API | o | Client Display Configuration |
| Mod Menu | o | Client Configuration Entry |
NeoForge / Forge
| Server Side | Relation | Description |
|---|---|---|
| Cloth Config API | o | Train Behavior Configuration |
| Client Side | Relation | Description |
|---|---|---|
| Cloth Config API | o | Client Display Configuration |
Progress
Check out the latest development progress here: Development Progress


Features
Train Behavior
- The child cart moves following the parent cart, Unaffected by certain additional forces.
- After installing
Cloth Config API, you can adjust certain features.
Train Formation
- Hold the Iron Chain in your Right Hand.
- Enter Sneaking mode, and Right-click on a Minecart.
- Enter Sneaking mode, and Right-click on another Minecart.
- Repeat the connection operation. (For example, if you need to connect from cart A to cart D, and A is the Leading cart. The order of clicking while stealthed is: A -> B; B -> C; C -> D. The subsequently selected vehicle will be towed by the previously selected vehicle.)
Train Decoupling
You can attempt to clear the train connection at Any Time, including in cases where the connection fails.
- Hold any Axe in your Right Hand.
- Enter Sneaking mode, and Right-click on a Minecart.
Configuration
Configuration files that will be generated after installing Cloth Config API:
.../config/minecart-trains-fork-server.json.../config/minecart-trains-fork-client.json
minecart-trains-fork-server.json
[brakingAfterTrainSeparation] Value: true/false, Default: true
[cartSpacing] Range: 3 - 10, Default: 5



History
Special thanks to Minecart Trains, which served as the inspiration for this project.
- 2025.10.12: The project was forked from Minecart Trains.
- 2025.12.08: Starting from version 2.0.0, the project uses a completely new architecture.
- 2026.06.30: The project became independent from the forked network.
Ченджлог
2.5.0-alpha.2+26.2Альфа26.2 · 20 августа 2026 г.
What's Changed
- feat: add number config of head particle
- feat: add height config for particles
- refactor: adjust and merge configuration
- refactor: reorder code blocks for ParticleManager
- refactor: reorder code blocks for ClientConfigManager
- docs: update README
- chore: update en_us language file
Full Changelog: https://github.com/KSSJW/minecart-trains-fork/compare/2.5.0-alpha.1+26.2...2.5.0-alpha.2+26.2
2.5.0-alpha.1+26.2Альфа26.2 · 19 августа 2026 г.
Changes:
- feat: remove LZH language support
- fix: avoid throwing NPE when using camera.pos in AbstractMinecartRendererMixin
- refactor: rename package structure
- build: update dependencies
- docs: update README
- chore: rename images folder to assets
Full Changelog: https://github.com/KSSJW/minecart-trains-fork/compare/2.4.3+26.2...2.5.0-alpha.1+26.2
2.4.3+26.2.neoforgeРелиз26.2 · 25 июня 2026 г.
Changes:
- Synchronized with version 2.4.3+26.2.
Full Changelog: https://github.com/KSSJW/minecart-trains-fork/compare/2.4.2+26.1.neoforge.r1...2.4.3+26.2.neoforge
2.4.3+26.2Релиз26.2 · 22 июня 2026 г.
Changes:
- Feat: Added the particle list for 26.2.
- Feat: Added reference hints for the method generateEnum().
- Refactor: Unified the use of LogUtil for logging.
- Build: Updated the build environment.
- Docs: Modified the README.
Full Changelog: https://github.com/KSSJW/minecart-trains-fork/compare/2.4.2+26.2...2.4.3+26.2
2.4.2+26.2Релиз26.2 · 18 июня 2026 г.
Changes:
- Refactor: Adapted to game version 26.2.
- Build: Synchronized the build dependency name of FabricAPI.
Full Changelog: https://github.com/KSSJW/minecart-trains-fork/compare/2.4.2+26.1...2.4.2+26.2
2.4.2+1.20.r1Релиз1.20, 1.20.1 · 23 мая 2026 г.
Changes:
- Fix: Fixed erroneous references in the configuration.
- Refactor: Removed redundant method parameters.
Full Changelog: https://github.com/KSSJW/minecart-trains-fork/compare/2.4.2+1.20...2.4.2+1.20.r1
2.4.2+1.20.forgeРелиз1.20, 1.20.1 · 23 мая 2026 г.
Change:
- Supported Forge.
Full Changelog: https://github.com/KSSJW/minecart-trains-fork/compare/2.4.2+1.21.neoforge...2.4.2+1.20.forge
2.4.2+1.20Релиз1.20, 1.20.1 · 23 мая 2026 г.
Change:
- Merge remote-tracking branch 'origin/1.21.11' into 1.20.
Full Changelog: https://github.com/KSSJW/minecart-trains-fork/compare/2.3.0+1.20...2.4.2+1.20
Комментарии
Загружаем…