Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

TehNut-Mods/RedstoneArmory

Repository files navigation

Redstone Armory

Enhancing the Redstone (Flux) revolution!

##Branch Information

###If you are creating a pull request, keep these in mind:

  • Latest stable release = Master (Never PR this. It will be denied immediately.)
  • 1.6.4 dev = 1.6.4
  • 1.7.10 dev = 1.7.10

##Dev setup

###Workspace Setup

  1. Fork and run gradlew setupDecompWorkspace then (if you use Eclipse) gradlew eclipse or (if you use IDEA) gradlew idea. This process should automatically setup the libs listed below.
  2. Open in IDE of your choice.
  3. Add -Dfml.coreMods.load=cofh.asm.LoadingPlugin to your launch settings.
  4. You should be all setup now.

###Dependencies All of these (must be deobfuscated) are required for the dev workspace to work correctly:

  • CoFHLib (Automagically added to workspace with Ivy)
  • CoFHCore (Automagically added to workspace with Ivy)
  • Redstone Arsenal (Automagically added to workspace with Ivy)
  • Thermal Foundation (Automagically added to workspace with Ivy)
  • ttCore (Automagically added to workspace with Maven)