Ever wanted to create your own mob spawners? Now you can!
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.
- Fork this project to your own Github repository and clone it to your desktop.
- Follow the steps listed in the Forge docs for your chosen IDE.
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.
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 are unsupported. If you have an issue while using an unofficial build, it is not guaranteed that you will get support.
- Clone directly from this repository to your desktop.
- Navigate to the directory you cloned to. Open a command window there and run
gradlew build
- Once it completes, your new build will be found at
../build/libs/SoulShards-TOW-*.jar
. You can ignore theapi
,sources
, andjavadoc
jars.