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 SUCCESSFUL
appears, you'll find theEnhancedCore-{mcversion}-{version}.jar
inbuild\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 eclipse
orgradlew setupDecompWorkspace idea
.