All versions
1.0.3
Release
OFF Client 1.0.32 months ago 15
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
OFF Client 1.0.3
Added
- Added the HP Indicator module for displaying health above players, mobs, or both.
- Added Hearts and Number indicator modes.
- Added size, separate player and mob height, percentage-based health, and number color settings.
- Added support for poison and wither colors, separate yellow absorption hearts, regeneration vibration, and hardcore heart textures.
- Added an optional self indicator for third-person view.
- Added Hold and Spam modes for left and right click automation.
- Added the In Menus setting, allowing the auto clicker to remain active while an inventory, chat, or another screen is open.
- Added Better F3, a compact configurable debug overlay.
- Added Mouse Tweaks inventory gestures for drag movement and wheel transfer.
- Added Inventory Manager sorting for opened inventories and storage containers.
- Added Effect Timers with effect levels, expiration warnings, optional frame blinking, and vanilla effect HUD hiding.
- Added Food Info, a visual food, saturation, and estimated regen preview.
- Added Chat Tools with timestamps and click-to-copy chat text.
- Added Numeric Ping with custom format, manual HEX color, configurable auto-color ranges, and optional vanilla ping bars.
- Added Information, a configurable HUD for blocks, entities, containers, and horse stats with preset or manual placement. Manual placement can be reopened with right click.
- Added keybind assignment rows for newly added modules.
Fixed
- Fixed left-click Hold mode stopping after opening and closing the inventory or chat.
- Block breaking in left-click Hold mode now uses Minecraft's vanilla continuous attack logic.
- Fixed input conflicts between the auto clicker and automatic jumping.
- The auto clicker now correctly releases controlled keys when the module is disabled.
- Fixed Elytra Swap's action key button size in the module panel.
- Food Info no longer renders fake gains in creative mode, at full hunger, or at full health.
Changed and Removed
- Removed the old unstable pause and manual resume logic used after closing a screen.
- Removed the need to restart the auto clicker after leaving the inventory or chat.
- Renamed and translated HP Indicator settings for a clearer Russian interface.
- Updated the Modrinth description to list all client-side behavior, default controls, commands, and detector channel behavior.
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:iyuwyWOH:X0Qsgqtv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iyuwyWOH:X0Qsgqtv"
}

