2.0.1
Compatibility
Changes
added new items, a new weapon, a new enchantment, and a new dimension
added soul stealer enchantment when on a weapon, when killing a villager, the villager will drop a new item called a trapped soul, while removing 1 quarter of the weapons max durability
added soul blade weapon low attack damage high attack speed, dps of about a diamond sword, when the soul stealer enchantment is put on the soul blade, allows the player to kill 8 villagers before the sword breaks instead of 4, crafted with 2 soul steel and a stick
added soul steel new item crafted with a trapped soul and 8 iron
added trapped soul obtained from killing a villager with the soul stealer enchantment
added incomplete soul mold crafted with trapped soul and 4 soul steel
added soul mold made by smelting a incomplete soul mold in a furnace
added soul cage (dimension) can enter by dying while holding a soul cage
added soul cage (item) crafted with a soul mold, 2 eyes of ender, and 6 soul steel, when a player dies while holding a soul cage their soul gets trapped inside a new dimension, the player is stuck inside the dimension permanantly unless the soul cage they are bound to is destroyed, by eg. fire, lava, cactus, explosions, void, despawning, etc, when a players soul is released from the soul cage dimension they are teleported to the location where the cage was destroyed, or the nearest safe block
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:oejBdQRu:GpJ3Cqqg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oejBdQRu:GpJ3Cqqg"
}

