Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 21 hours ago
All versions
0.7.0-alpha
Alpha
TTY-Client 0.7.0-alpha3 days ago 9
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
- fix: hex color parsing
- fix: dispatch config reload on render thread
- feat: save config on client shutdown
- fix: cps click tracking thread safety
- feat: async config saves off render thread
- refactor: generic hold-release via ClientModule
- fix: hotkey state across gui open close
- fix: handle config watcher key invalidation and overflow
- fix: disambiguate render mixing target
- feat: quote-aware command arg parsing
- refactor: split config merge and comment logic
- chore: drop unused kotlinx serialization
- perf: compute hud text width once
- feat: autocomplete args for all commands
- fix: typo in HotkeyManager register
- fix: freelook/zoom toggle never release-stops
- feat: suggest modules immediately after module name or flag
- fix: context-aware autocomplete for flags and args
- refactor: convert module/debug action flags to subcommands
- feat: migrate keybinds to subcommand syntax with config converter
- feat: log infra + :log get/upload/show/hide command
- fix: guard event/dispatch/log stack traces; atomic config writes; durability
- bump version to 0.7.0-alpha
Optional dependencies
Any compatible version
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:IVg4zLK1:NeMu8LsH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IVg4zLK1:NeMu8LsH"
}

