Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 3.98 KB

README.md

File metadata and controls

29 lines (21 loc) · 3.98 KB

Grave Keeper for 1.12.2

Grave Keeper Curse statistics Grave Keeper Modrinth statistics Codacy Badge

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.

Installation

  1. Download GraveKeeper.jar from the Curse website and put it in your mods folder.
  2. Get some soulbound items, die, enjoy.

Developping

To setup you development environment:

  1. From the GraveKeeper mod folder, type:
./gradlew setupDecompWorkspace
  1. Start IntelliJ IDEA.
  2. Import the gradle project.
  3. Respect the existing coding style.
  4. Create run configuration using gradle, select the gradle project, enter the task runClient or runServer.