Skip to content

NightKosh/Gravestone-mod-Graves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

70df2d4 · Jun 20, 2020
Dec 12, 2018
Dec 17, 2018
Dec 12, 2018
Jan 27, 2016
Dec 12, 2018
May 5, 2013
May 5, 2013
Dec 5, 2017
Jun 20, 2020
Dec 12, 2018
Apr 21, 2017
Apr 7, 2017

Repository files navigation

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

  1. Forge (check "build.gradle" file to know required forge version)
    • Latest versions of Forge requires Gradle 2.0 or higher
  2. "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!

  1. Gravestone mod - Graves API (will be loaded as git submodule)
  2. Baubles API (will be loaded as git submodule)
  3. Galacticraft API
  4. Mariculture API
  5. Thaumcraft API (will be loaded as git submodule)
  6. wolfarmor-api (will be loaded as git submodule)

Get started

  1. Clone mod repository
  2. Download forge and copy "gradlew.bat", "gradlew" files and "gradle" directory to mod folder
  3. Download mod's API
    • Download submodules
      • Run next commands from mod folder:
        git submodule init
        git submodule update
      
    • Download other API's manually and place them into "src/main/java" folder
  4. Run "./gradlew setupDecompWorkspace idea" from mod folder
  5. Import mod to your ide as "new Gradle project"