Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattczyr/naturescompass

A Minecraft mod that allows you to locate biomes anywhere in the world.
https://github.com/mattczyr/naturescompass

fabric fabricmc forge forge-mod java minecraft minecraft-forge minecraft-mod mod

Last synced: 2 days ago
JSON representation

A Minecraft mod that allows you to locate biomes anywhere in the world.

Awesome Lists containing this project

README

        

# 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](https://github.com/MattCzyr/ExplorersCompass), which allows you to search for structures.

## Download

Downloads and more information can be found on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/natures-compass) and [Modrinth](https://modrinth.com/mod/natures-compass).

## Develop

### Setup

Fork this repository, then clone via SSH:
```
git clone [email protected]:/NaturesCompass.git
```

Or, clone via HTTPS:
```
git clone https://github.com//NaturesCompass.git
```

2. In the root of the repository, run:
```
gradlew eclipse
```

Or, if you plan to use IntelliJ, run:
```
gradlew idea
```

3. Run:
```
gradlew genEclipseRuns
```

Or, to use IntelliJ, run:
```
gradlew genIntellijRuns
```

4. 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](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).