All versions
1.0.0-1.21.11
Release
Voidheart Lock 1.0.0-1.21.112 months ago 25
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
[1.0.0] - 2025-05-21
Added
- 🌑 Darkness Immunity – The Warden's darkness effect is now completely removed, keeping your vision clear at all times.
- ❤️ Death Lock – When taking fatal damage (including void, /kill command, or any lethal hit), your health locks to ½ heart instead of dying.
- 🛡️ Invincible State – While locked at ½ heart, you take no damage from any source until you start regenerating naturally.
- 💀 Void Protection – Falling into the void no longer kills you; health stays at 1 point, giving you a chance to escape.
- ♻️ Respawn Reset – The invincible state is automatically reset after death / respawn.
- 🩸 Natural Regeneration Exit – Once your health rises above 1 heart, the invincible lock is removed and normal damage resumes.
Requirements
- Minecraft 1.21.11
- Fabric Loader 0.19.2+
- Fabric API 0.141.4+
- Must be installed on both client and server (darkness removal is client‑side, death lock is server‑side).
Notes
- This is the first stable release.
- No known issues so far – tested in singleplayer and multiplayer (client+server installation).
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:CWt7zuro:JsIWcYc3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CWt7zuro:JsIWcYc3"
}

