Useful Links:
###Compiling
- Clone EnhancedPortals 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 theEnhancedPortals-{mcversion}-{version}.jar
inbuild\libs\
.
###Developing
- Fork EnhancedPortals 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
. - Open up your IDE and add
./src/api/java/
as a Source Folder.