Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattczyr/explorerscompass
A Minecraft mod that allows you to locate structures anywhere in the world.
https://github.com/mattczyr/explorerscompass
fabricmc fabricmc-mod forge forge-mod java minecraft minecraft-forge minecraft-mod mod
Last synced: 3 months ago
JSON representation
A Minecraft mod that allows you to locate structures anywhere in the world.
- Host: GitHub
- URL: https://github.com/mattczyr/explorerscompass
- Owner: MattCzyr
- License: other
- Created: 2021-02-18T05:49:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T21:47:38.000Z (4 months ago)
- Last Synced: 2024-10-12T07:03:40.915Z (3 months ago)
- Topics: fabricmc, fabricmc-mod, forge, forge-mod, java, minecraft, minecraft-forge, minecraft-mod, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/explorers-compass
- Size: 9.88 MB
- Stars: 13
- Watchers: 2
- Forks: 16
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Explorer's Compass
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](https://github.com/MattCzyr/NaturesCompass), which allows you to locate biomes.
## Download
Downloads, installation instructions, and more information can be found on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/explorers-compass).
## Develop
### Setup
Fork this repository, then clone via SSH:
```
git clone [email protected]:/ExplorersCompass.git
```Or, clone via HTTPS:
```
git clone https://github.com//ExplorersCompass.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).