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 SUCCESSFULappears, you'll find theTubeTransportSystem_{mcversion}-{version}.jarinbuild\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 eclipseorgradlew setupDecompWorkspace idea.
