![1.7.10 Status](https://img.shields.io/badge/1.7.10 status-release-green.svg) ![1.7.10 Version](https://img.shields.io/badge/Latest Version-3.0.13-yellow.svg)
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 SUCCESSFUL
appears, you'll find theEnhancedPortals-{mcversion}-{version}.jar
inbuild\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 eclipse
orgradlew setupDecompWorkspace idea
.