Useful Links:
###Compiling
- Clone Tube Transport System into any directory.
- Open up a command line or terminal window and navigate to that directory.
- Execute
gradlew build
. - If
BUILD SUCCESSFUL
appears, you'll find theTubeTransportSystem_{mcversion}-{version}.jar
inbuild\libs\
.
###Developing
- Fork Tube Transport System and clone it into any directory.
- Open up a command line or terminal window and navigate to that directory.
- Execute
gradlew setupDecompWorkspace eclipse
orgradlew setupDecompWorkspace idea
.