Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

TehNut-Mods/Soul-Shards-Respawn

Repository files navigation

Soul Shards Respawn

Ever wanted to create your own mob spawners? Now you can!

Links

Information

This is a fan continuation of the popular 1.4.7 mod, Soul Shards.

This version of the mod is based on the sources of Soul Shards: Reborn by Moze_Intel and Soul Shards: The Old Ways by Team Whammich.

This version is a near direct clone of the original mod.

For more information, you can see the Wiki. Information about modifying the tiers.json config can be found there.

Development Setup

  1. Fork this project to your own Github repository and clone it to your desktop.
  2. Follow the steps listed in the Forge docs for your chosen IDE.

Developing Addons

Add to your build.gradle:

repositories {
  maven {
    url "http://tehnut.info/maven/"
  }
}

dependencies {
  deobfCompile "info.tehnut.soulshardsrespawn:SoulShardsRespawn:${ssr_version}"
}

${ssr_version} can be found on CurseForge (or via the Maven itself), check the file name of the version you want.

License

Soul Shards Respawn is licensed under the MIT license.

All of the art is property of BBoldt. The art is released into the public domain.

Custom Builds

Custom builds are unsupported. If you have an issue while using an unofficial build, it is not guaranteed that you will get support.

How to make a custom build:

  1. Clone directly from this repository to your desktop.
  2. Navigate to the directory you cloned to. Open a command window there and run gradlew build
  3. Once it completes, your new build will be found at ../build/libs/SoulShards-TOW-*.jar. You can ignore the api, sources, and javadoc jars.

About

Custom spawners for any and all mobs!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages