All versions
1.1.0
Release
DeathCompass 1.1.04 days ago 14
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
1.1.0
Fixed
- Compass display name now uses the translation key (
item.deathcompass.death_compass) so it shows in the player's language - In 1.0.0 most targets hardcoded the Russian literal «Компас Смерти», so the shipped language files were unused (Forge 1.19.2 was already correct)
Loaders / versions
- Added: Fabric 1.19.2, Forge 1.21.1, Forge 1.21.11, Fabric 26.2, NeoForge 26.2, Fabric 26.3, NeoForge 26.3
- Dropped: Minecraft 26.1 (Fabric & NeoForge). 26.1.2 remains
- Architectury API is now required on Fabric and NeoForge (Forge jars do not use it)
- Fabric API is declared on every Fabric jar
Unchanged
- On respawn, if a death location exists, you get a lodestone-targeted compass (including across dimensions); if the inventory is full it drops at your feet
- Same 10 languages, same strings; no config, recipes, commands, or keybinds
- Still BOTH-side (server grants the compass)
Forge 1.19.2 was already part of 1.0.0 and is not new here.
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:9tBZta7o:B4AAip78"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9tBZta7o:B4AAip78"
}

