Explorer's Compass is a Minecraft mod that allows you to search for and locate structures anywhere in the world. It is the sister mod of Nature's Compass, which allows you to locate biomes.
Downloads, installation instructions, and more information can be found on CurseForge.
Fork this repository, then clone via SSH:
git clone [email protected]:<you>/ExplorersCompass.git
Or, clone via HTTPS:
git clone https://github.com/<you>/ExplorersCompass.git
- In the root of the repository, run:
gradlew eclipse
Or, if you plan to use IntelliJ, run:
gradlew idea
- Run:
gradlew genEclipseRuns
Or, to use IntelliJ, run:
gradlew genIntellijRuns
- Open the project's parent directory in your IDE and import the project as an existing Gradle project.
To build the project, configure build.gradle
then run:
gradlew build
This will build a jar file in build/libs
.
This mod is available under the Creative Commons Attribution-NonCommercial ShareAlike 4.0 International License.