1.2.0
Compatibility
Changes
Resurrections v1.2
Fixed
Player not respawning/being respawned in the wrong dimension (especially with spectator)
Resurrecting a disconnected/non-existent player sometimes causing a crash
Hologram player still existing after supposedly being removed (again)
Game crash while downloading some skins
Player will respawn even if they are on the death screen
Many errors, especially with class casts
Direction to the Resurrecting Station.
Added
Config to enable or disable Soul Hearts and configure items for the Resurrecting Station in config
Comparator output for the Resurrecting Station
Resurrecting Station is now non-vision blocking (ie. a beacon beam can pass through)
The Soul item is now invulnerable from cactus, explosions, and fire (void planned for a later content update :>)
Upon death the player gains a Soul Heart which is virtually just a regular heart with natural regeneration off
Soul Tomes (WIP) that can be used to remove soul hearts
Reaping, a new enchantment for harvesting souls from non-players
Soul Essence (WIP) , which can be obtained by shift-right-clicking a soul
Backend re-write and infrastructure for v1.3 :)
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:bpf1DWU0:qbUGGZAg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bpf1DWU0:qbUGGZAg"
}

