Useful Links:
###Compiling
- Clone Enhanced Core 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 theEnhancedCore-{mcversion}-{version}.jarinbuild\libs\.
###Developing
- Fork Enhanced Core 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.