GoodTimeStudio / Production-Line

A Minecraft Mod
MIT License
11 stars 9 forks source link
java minecraft-forge-mod minecraft-mod

Production-Line

Gitter Build Status License

IC2 Addon Very early. Added machine, generator and tools for IC2.

Dev Build: http://ci.mcgoodtime.com/job/Production-Line

Dependencies

Setup

Note: If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any gradle command.

IDE Setup

For [IntelliJ]

  1. Run gradle setupDecompWorkspace
  2. Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
  3. Click File > New > Project from Existing Sources > Gradle and select the root folder for ProductionLine.
  4. Select Use customizable gradle wrapper if you do not have Gradle installed.

For [Eclipse]

  1. Run gradle setupDecompWorkspace eclipse

Contributing

Are you a talented programmer looking to contribute some code? We'd love the help!