Skip to content

MattCzyr/NaturesCompass

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Nature's Compass

Nature's Compass is a Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it. It is the sister mod of Explorer's Compass, which allows you to search for structures.

Download

Downloads and more information can be found on CurseForge and Modrinth.

Develop

Setup

Fork this repository, then clone via SSH:

git clone git@github.com:<you>/NaturesCompass.git

Or, clone via HTTPS:

git clone https://github.com/<you>/NaturesCompass.git
  1. In the root of the repository, run:
gradlew eclipse

Or, if you plan to use IntelliJ, run:

gradlew idea
  1. Run:
gradlew genEclipseRuns

Or, to use IntelliJ, run:

gradlew genIntellijRuns
  1. Open the project's parent directory in your IDE and import the project as an existing Gradle project.

Build

To build the project, configure build.gradle then run:

gradlew build

This will build a jar file in build/libs.

License

This mod is available under the Creative Commons Attribution-NonCommercial ShareAlike 4.0 International License.