Tags
Creators
Details
Licensed ARR
Published last month
Updated 2 days ago
All versions
1.2.0+mc26.2
Release
Fallen 1.2.0+mc26.22 days ago 100
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Fallen 1.2.0
Operator body tools — no death is ever unrecoverable.
- Respawn — operators see a Respawn button on any death record whose body is gone. One click re-creates the body at the recorded death spot from the record's full at-death snapshot: every item in its original slot, the XP, and any stored backpacks or accessories. Refused while the body still exists, so it can never duplicate one.
- Move — records whose body still exists show Move instead: teleport the body to the operator (across dimensions if needed) — the rescue for a body that's stuck somewhere unreachable or invisible.
- Lost-body reconciliation — if Move can't find the body in the world, the record is marked lost and its button flips to Respawn, so items are recoverable in every scenario.
- Wider death-history screen — coordinates, dates and item counts read in full, and the panel shrinks to fit small windows.
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:5R1FxoUL:cGFuVeV7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5R1FxoUL:cGFuVeV7"
}

