Skip to content

Installation

Anty48 edited this page Sep 1, 2026 · 1 revision

Installation

Requirements

Requirement Version
Minecraft 1.20.1
Minecraft Forge 47.4.10 or newer
Java 17

Installing the mod

  1. Install Minecraft Forge 1.20.1 (version 47.4.10 or newer) from the official Forge installer.
  2. Download rodalies-<version>.jar from the repository's Releases section.
  3. Place the .jar in your Minecraft mods folder:
    • Windows: %APPDATA%\.minecraft\mods
    • macOS: ~/Library/Application Support/minecraft/mods
    • Linux: ~/.minecraft/mods
  4. Launch the game using the Forge 1.20.1 profile.

The mod works both client-side and server-side. For multiplayer it must be installed on both ends.

Create compatibility

Integration with Create is optional. If Create is present, the sliding train door opens automatically when the train stops at a station. If it is not, the mod works normally and the door is opened by hand. See Create Integration for details.

Building from source

The repository ships with the Forge MDK. To build the .jar from source:

./gradlew build

The resulting artifact is generated in build/libs/.

The optional Create integration is compiled against the Create libraries placed in the local libs/ folder (compileOnly dependencies). Those libraries are not distributed with the repository; without them the rest of the mod builds normally, but you will need to remove the compatibility module or supply the .jar files yourself to rebuild that part.

Clone this wiki locally