Skip to content

Project-Rails/ProjectRails

Repository files navigation

Rails

Build status Minecraft Discord

Rails is a Minecraft server mod, updated from Rainbow.

Note: ProjectRails.org is currently down. Please use https://project-rails.github.io/DownloadHub/ to download ProjectRails

Builds: https://projectrails.org/releases

Website: https://projectrails.org

Plugins: https://projectrails.org/resources

Build

This project uses maven. The project can be build by running the following commands:

./scriptrails patch
java -jar movefiles.jar
mvn package
java -jar movefiles.jar undo

Or on windows just run

windows-build.bat

Creating new patches

  1. build ProjectRails
  2. cd into the generated Rails folder and edit the files you need.
  3. git commit your changes (in Rails folder)
  4. generate patches (run git format-patch origin/master -N -o "../Rainbow-Patches")
  5. cd back into the main folder and git commit the patches.

Mappings

Mappings are under the Mod Coder Pack licence. Mappings that are not released by MCP are created by CodeCrafter47.