EnhancedPortals 3 for Minecraft
GNU Lesser General Public License v3.0
12
stars
8
forks
source link
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 the EnhancedPortals-{mcversion}-{version}.jar
in build\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
or gradlew setupDecompWorkspace idea
.