A grave modification for Minecraft with a special attention to integration and balance with other mods. Currently in progress.
If you would like to help, find an issue and then fork the repository. If you can fix it, submit a pull request and we will accept it! This is valid even if you dont know how to code, modifications to textures, resources, wikis, and everything else are up for improvment.
See mcmod.info for credits.
See the official Discord here.
- Download GraveKeeper.jar from the Curse website and put it in your mods folder.
- Get some soulbound items, die, enjoy.
To setup you development environment:
- From the GraveKeeper mod folder, type:
./gradlew setupDecompWorkspace
- Start IntelliJ IDEA.
- Import the gradle project.
- Respect the existing coding style.
- Create run configuration using gradle, select the gradle project, enter the task
runClient
orrunServer
.