← Назад к ресурсам

Minecart Trains Fork

Inspired by the original Minecart Trains by LarsenR. Reworks and improves minecart transportation, making it more fun and useful as a train system!

Modrinth game-mechanics transportation

Описание

# Minecart Trains Fork Inspired by the original [Minecart Trains](https://github.com/Larsens-Mods/minecart-trains) by LarsenR. Reworks and improves minecart transportation, making it more fun and useful as a train system! - 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 [![Fabric](https://img.shields.io/badge/Available%20for-Fabric-dbd0b4)](https://fabricmc.net) [![NeoForge](https://img.shields.io/badge/Available%20for-NeoForge-e68c37)](https://neoforged.net) [![Forge](https://img.shields.io/badge/Available%20for-Forge-2e435f)](https://files.minecraftforge.net/) ## Environments ![ServerAndClient](https://img.shields.io/badge/Side-Server%20and%20Client-3c8527) ## 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](https://fuseleaf.org/windysky/docs/minecraft-java-edition/minecart-trains-fork/version) ![Line](https://cdn.modrinth.com/data/cached_images/f907ac137dc63c31a986b299f9faa49462d79203.png) ![Particle](https://cdn.modrinth.com/data/cached_images/66245cc04d55a76fae5222c2e22ee9bb095b0160.png) ## 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 [brakingAfterSeparation] Value: true/false, Default: true [cartSpacing] Range: 3 - 10, Default: 5 ``` ![ConfigEntry](https://cdn.modrinth.com/data/cached_images/3bb1e7966f3c1e0f5b9af34415b95d89f8fd3e3d_0.webp) ![ServerConfig](https://cdn.modrinth.com/data/cached_images/fcea16c44c7c903bb6d0cfd5e82a5a5b361d8972_0.webp) ![ClientConfig](https://cdn.modrinth.com/data/cached_images/16fa01e7df96c712ba4ed7da5993cbc71be34c4f_0.webp) ## History Special thanks to [Minecart Trains](https://github.com/Larsens-Mods/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.