Skip to content

MrTroble/Open-Signals

Repository files navigation

Open Signals

Curseforge Curseforge Downloads Curseforge Versions Discord Java CI with Gradle Sponsor

This mod adds a lot of commonly used german signal systems as controllable signals

How to build this mod

DON'T FORGET TO INTIALIZE THE SUBMODULES (install git)

  • git submodule update --init

or use submodule clone command:

  • git clone --recurse-submodules https://github.com/MrTroble/Open-Signals.git

Setup Eclipse

  • ./gradlew genEclipseRuns eclipse update
  • Import project as existing workspace

Setup IntelliJ IDEA

  • ./gradlew genIntellijRuns
  • Import as gradle project

Build

  • ./gradlew build

License

  • This mod is licensed under apache 2 license. For more information see here.
  • This mod can be packed in any curseforge modpack you like.

Issues

  • Please report issues to the github issues.
  • Include your minecraft version, forge version and mod version.
  • Upload your log on gist or pastebin and include link in your report.

Blatantly copied from MC-UTeam