Tags
Creators
Details
1.2.0+26.2
Compatibility
Changes
1.2.0+26.2
Added
- One set of keep rules now covers every dimension by default, including modded ones. Previously, dying in a modded dimension kept nothing unless you wrote its exact dimension ID into the config file by hand. Per-dimension rules are still available and one toggle away.
- Trinkets integration can now be turned on or off, and the setting only appears when Trinkets is installed.
- Config files from earlier versions are migrated automatically.
Changed
- Reworked settings screen. Rarities are individual toggles instead of a typed list of names, so they can no longer be mistyped. Per-dimension categories only appear when you enable them, Trinkets detection is stated directly, and configured custom dimensions are listed in-game.
- Keep and drop lists are now read once when the config loads instead of once per item on every death.
- Customized items are detected from their actual data components, so items from other mods are recognized automatically.
Fixed
- Dying in a modded dimension no longer keeps nothing by default.
License
This release moves from CC0 1.0 to CC BY-NC-SA 4.0, matching the license shown on this page. Versions up to and including 1.1.0+26.2 remain under CC0, which cannot be revoked.
Upgrading
Your existing config/raritykeep.json is migrated on first launch and keeps its current behavior. Nothing to do.
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:4hh8wVUE:dWeFJlX2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4hh8wVUE:dWeFJlX2"
}

