Tags
Creators
Details
V1.4
Compatibility
Changes
Atomics Client v1.4
This update focuses on cleaning up PvP nametag stats, improving Zoom behavior, and updating the mod version/build metadata.
β¨ Added
- Added a lighter PvP nametag stats system
- Added Win Percent nametag display
- Added improved opponent totem pop tracking for nametags
- Added zoom session handling so scroll changes apply smoothly during the current zoom use
π§ Improved
- Improved Zoom scrolling behavior
- Zoom now uses multiplier-based scroll adjustments instead of fixed step changes
- Zoom strength now stays tied to the current zoom session instead of constantly rewriting the saved config value
- Increased internal zoom multiplier range
- Improved handling for starting/resetting zoom sessions
ποΈ Changed
- Renamed/cleaned up Win Odds display into Win Percent
- Simplified PvP stat tracking to focus more on useful nametag info
- Updated mod version to
1.4 - Updated release filename/build format
π§Ή Removed
- Removed the larger PvP stats dashboard system
- Removed session/all-time stats tracking fields from the config
- Removed stats graph/history dashboard UI
- Removed the reset totem counter keybind entry
- Removed older PvP stat/death recap tracking classes
β οΈ Notes
This version is mostly a cleanup and polish update. The biggest player-facing changes are smoother Zoom scrolling and a simpler PvP nametag system centered around win percent and totem pop info.
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:ugZ2p7tG:VL9iNnqB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ugZ2p7tG:VL9iNnqB"
}

