All Projects → MattCzyr → NaturesCompass

MattCzyr / NaturesCompass

Licence: other
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to NaturesCompass

serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (+57.14%)
Mutual labels:  fabric, forge, minecraft-mod, minecraft-forge, forge-mod, fabricmc
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (-11.9%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge, forge-mod
ShoulderSurfing
Custom 3rd person perspective for Minecraft
Stars: ✭ 28 (-33.33%)
Mutual labels:  fabric, forge, minecraft-mod, minecraft-forge, forge-mod
Iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
Stars: ✭ 23 (-45.24%)
Mutual labels:  forge, minecraft-mod, minecraft-forge, forge-mod
refinedstorage2
Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
Stars: ✭ 35 (-16.67%)
Mutual labels:  fabric, mod, minecraft-mod, fabricmc
Modding-Resources
A set of ressources for minecraft modding with MinecraftForge by the community
Stars: ✭ 42 (+0%)
Mutual labels:  fabric, forge, minecraft-forge, fabricmc
Equivalent Exchange 3
Stars: ✭ 727 (+1630.95%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Tiny-Redstone
Forge mod for Minecraft that adds many tiny redstone pieces that you can put together on redstone panels to form tiny redstone circuits.
Stars: ✭ 20 (-52.38%)
Mutual labels:  forge, mod, minecraft-mod, forge-mod
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (+52.38%)
Mutual labels:  fabric, forge, mod, minecraft-forge
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-47.62%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-69.05%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (+280.95%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (+183.33%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-64.29%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
MrCrayfishGunMod
A Minecraft Mod focused on adding fun and simple weapons wtih lots of customisation including attachments and more!
Stars: ✭ 132 (+214.29%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
3d-Skin-Layers
Renders the player skin layer in 3d
Stars: ✭ 63 (+50%)
Mutual labels:  fabric, forge, mod, forge-mod
Bettercolors
⚔️ Minecraft assistance mod built with Forge AND Fabric. For MC 1.8.9, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.x, 1.17.X, 1.18.X, 1.19.X
Stars: ✭ 37 (-11.9%)
Mutual labels:  fabric, forge, minecraft-mod, minecraft-forge
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-64.29%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+895.24%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (+0%)
Mutual labels:  fabric, mod, minecraft-mod, fabricmc

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, installation instructions, and more information can be found on CurseForge.

Develop

Setup

Fork this repository, then clone via SSH:

git clone [email protected]:<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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].