Adds a gravestone to the game, which spawns after player's death.
For more information visit official site or minecraft forum
Since minecraft 1.8 this mod splitted on 2 parts - "Graves" and "Extended".
Minecraft versions
"Master branch" contains mod sources for the latest version of the Minecraft I'm working on. Any previous versions contains in an own branches.
API
Gravestone Mod API
Requirements
- Forge (check "build.gradle" file to know required forge version)
- Latest versions of Forge requires Gradle 2.0 or higher
- "Master branch" version of mod requires jdk 1.8(do not forget to enable java 8 support in your IDE)
Dependencies.
Be careful some of these API may not be updated yet, or may be bugged!
- Gravestone mod - Graves API (will be loaded as git submodule)
Baubles API (will be loaded as git submodule)
Galacticraft API
Mariculture API
Thaumcraft API (will be loaded as git submodule)
- wolfarmor-api (will be loaded as git submodule)
Get started
- Clone mod repository
- Download forge and copy "gradlew.bat", "gradlew" files and "gradle" directory to mod folder
- Download mod's API
- Download submodules
Download other API's manually and place them into "src/main/java" folder
- Run "./gradlew setupDecompWorkspace idea" from mod folder
- Import mod to your ide as "new Gradle project"