Tags
Creators
Details
Licensed LGPL-3.0-only
Published last week
Updated yesterday
All versions
1.5
Beta
Datapack - Beta v1.52 days ago 3
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Data Pack
Changes
- Max soul energy is now 200 instead of 100
- The Reawakening Apple was added, it can be used when the soul is at 200 energy and when consumed (by right clicking, not crouching) it will put you back in the overworld at 3 hearts and the only way to get back to 10 hearts is with a Resurrection Crystal dropped on yourself
- Soul energy now displays on the soul item
- The Soul now shows up as soon as the player respawns after death
- You can no longer get recovered or resurrected if you have less than 20 energy
- OP players can now use the command /function graveyard:give_items to give themselves the Recovery Core, the Resurrection Crystal and the Reawakening Apple
- The Recovery Core now also needs 4 iron ingots to craft
- There are now different attribute buffs when at 0, 1-99, 100-149, 150-199 and 200 soul energy
- The soul now loses energy when getting hit by strays, boggeds, breezes, husks, cave spiders, silverfishes, vindicator, evokers and vexes
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:Jpqagpcb:830tc8Qz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jpqagpcb:830tc8Qz"
}

