


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