Tags
Creators
Details
V1.6
Compatibility
Changes
Atomics Client v1.6
This update adds new villager automation tools, expands Legions support, improves Dual Spectate, and polishes several existing systems.
β¨ Added
-
Added Auto Villager Trader
- Automatically looks for selected villager trades
- Supports choosing villager profession/type
- Supports choosing the target trade
- Supports enchantment search for librarian enchanted books
- Optional chest checking for missing payment items
- Optional auto-close behavior for villager trading screens
- Configurable villager search range
-
Added Villager Profession Leveler
- Mark a looked-at villager for leveling
- Automatically performs affordable leveling trades
- Can use reachable chests for payment items
- Optional auto-drop for received leveler items
- Highlights the marked villager target
-
Added new keybinds:
- Toggle Auto Trader
- Mark Villager Leveler
-
Added expanded Legions support
- Legions feature toggle section
- Rating nametag support
- Automatic foe overlay support
- Spectator team glow support
- Team score support
- End Rod warning particle replacement
-
Added Dual Spectate Overhead View
- New overhead camera mode
- Configurable overhead group distance
- Configurable max Y-level difference
- Better group/fight framing for spectating
-
Added Team Count Overlay server filtering
- Option to only show the overlay on listed servers
- Server IP list setting
π§ Improved
-
Improved Dual Spectate Camera
- Better player-pair selection
- Better scoreboard team handling
- Better camera positioning
- Added line-of-sight checks
- Added camera clipping to avoid bad camera placement
- Improved support for larger grouped fights
-
Improved Inventory Sorter
- Better item-type matching
- Better internal caching
- Improved swap handling
- Avoids unnecessary sorting when the layout already matches
-
Improved Team Count Overlay
- Better server detection
- Better Legions team score display
- More configurable overlay behavior
-
Improved Friend/Foe and Legions overlays
- Better automatic foe detection on supported Legions servers
- Improved outline/glow behavior
- Better color handling for renderer outlines
-
Improved settings UI consistency with shared GUI styling
ποΈ Changed
- Updated mod version from
1.5to1.6 - Minecraft target remains
1.21.11 - Replaced the old Auto GG keybind/settings with the new Auto Trader and Villager Leveler tools
- Added new mixins for villager rendering, screen suppression, particle replacement, and Minecraft client handling
ποΈ Removed
- Removed the old Auto GG toggle/keybind from the current build
- Removed the older particle accessor mixin and replaced it with updated particle handling
β οΈ Notes
This update is mostly focused on adding villager automation, improving Legions-specific PvP tools, and making Dual Spectate more useful for watching active fights.
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:Dev2O5WP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ugZ2p7tG:Dev2O5WP"
}

