/Gravestone-mod-Extended

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

This is an addition to the Gravestone mod - Graves. In minecraft 1.7.10 and earlier it was a standalone mod, but I decide ti split it on two parts in next versions of minecraft. This module adds additional features to the graves, new blocks, items, mobs, potions, enchantments and structures to the original mod.

For more information visit official site or minecraft forum

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.

Requirements

  1. Forge (check "build.gradle" file to know required forge version)
    • Latest versions of Forge requires Gradle 2.0 or higher
  2. Version of the mod in "Master branch" requires jdk 1.8(do not forget to enable java 8 support in your IDE)

Dependencies.

Be careful some of these API/MODS may not be updated yet, or may be bugged!

Dependencies - MODS.

  1. Gravestone mod - Graves
  2. Forestry

Dependencies - API.

  1. Sophisticated wolves API (will be loaded as git submodule)
  2. Thaumcraft 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 required mods and place them to the "external_libs" folder (look to the "build.gradle" to "dependencies" section for the mods versions):
  4. 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
  5. Run "./gradlew setupDecompWorkspace idea" from mod folder
  6. Import mod to your ide as "new Gradle project"