Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.36 KB

logo Build Status ![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

  1. Clone Enhanced Portals into any directory.
  2. Open up a command line or terminal window and navigate to that directory.
  3. Execute gradlew build.
  4. If BUILD SUCCESSFUL appears, you'll find the EnhancedPortals-{mcversion}-{version}.jar in build\libs\.

###Developing

  1. Fork Enhanced Portals and clone it into any directory.
  2. Open up a command line or terminal window and navigate to that directory.
  3. Execute gradlew setupDecompWorkspace eclipse or gradlew setupDecompWorkspace idea.