All versions
1.23.0
Release
Box Client 1.23.07 hours ago 9
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Fabric
Supported environments
Client-side
Changes
New
- Combo Counter: HUD chip with your current hit streak. Only hits that actually land count (the target must take damage); the combo resets when you take damage or after a configurable time without hitting (1-10 s). Option to count players only.
- Reach Display: HUD chip with the distance of your last landed hit (eyes to hitbox, the way Minecraft measures reach), with 1-3 decimals.
- Totem Counter: HUD chip with a totem icon and how many Totems of Undying you carry (inventory + offhand). Option to hide it when you have none.
- Break Progress: HUD chip with the breaking progress of the block you are mining (percent + progress bar).
- Music Widget: movable HUD panel with what is playing on your PC (Spotify, browser, any media app on Windows): title, artist, progress bar and time; play/pause, next and previous keys.
- Hit Color: change the red damage tint of entities to any color (color picker, rainbow, opacity). Turning it off restores the vanilla red.
- Block Overlay: custom outline for the block you are looking at: color, rainbow, real thickness, opacity and an optional translucent fill.
- Item Physics: dropped items tumble in the air and lie flat on the ground, with adjustable spin speed.
- Damage Numbers: floating damage (and heal) numbers over entities when their health changes, with custom colors and size.
- Nametag Styling: player nametags with custom size, background color/opacity, text color, see-through-walls toggle and an optional health line.
- Freelook: hold Left Alt (or toggle it, configurable) to look around in third person while you keep walking in the same direction.
- FOV Control: set your own FOV (30-110) independent of the Minecraft option, with a "static FOV" option that removes sprint/speed FOV changes.
- Swing Animations: control the speed (ticks) and the amplitude of the first-person hand/item swing.
- Chat Tools: timestamps on every message (24h or 12h), chat history up to 5000 messages, keep the chat when switching servers, configurable fade time (or never fade).
- Chat Mentions: highlights your name and custom keywords in chat (color, whole line or just the word) with a sound; ignores your own messages.
- Particle Manager: hide particle categories (crits, enchanted hits, damage indicators, block break, smoke, drips, explosions) and multiply hit particles up to x5.
- Screenshot Camera: F2 takes the screenshot without HUD and hand, with a flash, a shutter sound and a "Screenshot saved" thumbnail; optional copy to clipboard.
- Screenshot Gallery: in-game gallery of your screenshots (thumbnails, newest first) with open folder, open, copy to clipboard and delete; opens from the module card or a key.
Changed
- Module icons: every module card in the menu (and the detail header) now shows a drawn glyph of the module in the accent color, Feather style, instead of a Minecraft item.
- The new HUD chips and the Music widget are movable and resizable from the HUD editor like the other modules, with their own style.
- New keys in Controls (unbound by default): Freelook (Left Alt), music play/pause, next and previous, screenshot gallery.
Versions
- Available on every supported version (1.19.2 to 1.21.11), with a few exceptions the menu marks as not available: Item Physics and Nametag Styling need 1.19.2 to 1.21.1 (the entity renderers changed in 1.21.2), Block Overlay works up to 1.21.8, and the chat fade time setting does not apply on 1.21.9+.
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:wM8o9vwS:avNRNzbO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wM8o9vwS:avNRNzbO"
}

