Minecart Trains Fork
Add connectivity features for the minecart based on the original content.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Minecart Trains Fork
Minecart Trains Fork
This mod was forked from Minecart Trains.
- This mod allows you to build more realistic Minecart trains in Minecraft while trying to stay close to vanilla mechanics. - The Client is responsible for connecting the carts, and the Client is responsible for rendering the connection effect.
Loader
Environment
Compatibility
Fabric
| Server Mod | Relation | Description | | :---------------- | :------------ | :--- | | Fabric API | Required | - | | Cloth Config API | Optional | Train Behavior Configuration |
| Client Mod | Relation | Description | | :---------------- | :------------ | :--- | | Fabric API | Required | - | | Cloth Config API | Optional | Client Display Configuration | | Mod Menu | Optional | Client Configuration Entry |
NeoForge
| Server Mod | Relation | Description | | :---------------- | :------------ | :--- | | Cloth Config API | Optional | Train Behavior Configuration |
| Client Mod | Relation | Description | | :---------------- | :------------ | :--- | | Cloth Config API | Optional | 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 A -> B; B -> C; C -> D in your A -> B; B -> C; C -> D. - Enter A -> B; B -> C; C -> D mode, and A -> B; B -> C; C -> D on a A -> B; B -> C; C -> D. - Enter A -> B; B -> C; C -> D mode, and A -> B; B -> C; C -> D on another A -> B; B -> C; C -> D. - Repeat the connection operation. (For example, if you need to connect from cart A to cart D, and A is the A -> B; B -> C; C -> D 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 Minecart in your Minecart. - Enter Minecart mode, and Minecart 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
```


