Tags
Creators
Details
V1.5
Compatibility
Required content
Changes
Atomics Client v1.5
This update ports Atomics Client to Minecraft 1.21.11 and adds several new PvP utility features.
✨ Added
-
Added support for Minecraft 1.21.11
-
Added a new Inventory Sorter
- Create custom kit layouts
- Save “before” and “after” inventory states
- Add, remove, copy, mirror, paste, and clear kit layouts
- Optionally bind kit layouts to a specific server IP
-
Added a Team Count Overlay
- Shows remaining players by scoreboard team
- Can display team scores/ratings when available
- Includes a movable overlay layout screen
-
Added a Reset Totem Counter keybind/button
- Lets you quickly reset tracked totem pop counts
-
Added extra Legions server support
- Detects Legions servers
- Reads rating-style values from tab/player display text
- Improves Legions-related overlays and team score display
🔧 Improved
-
Improved Dual Spectate Camera auto-fill logic
- Better detects active fights
- Uses distance, facing direction, and scoreboard teams to choose better player pairs
- Reduces unnecessary switching between spectate targets
-
Improved internal config handling for new inventory sorter and team overlay settings
-
Updated rendering/mixin compatibility for the newer Minecraft version
🎛️ Changed
- Updated mod version from
1.4to1.5
⚠️ Notes
This update is mainly focused on updating Atomics Client to a newer Minecraft version while adding new PvP utility tools like inventory sorting, team counting, and better spectator support.
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:TBMAuFE6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ugZ2p7tG:TBMAuFE6"
}

