1.2.3
Compatibility
Required content
Changes
v1.2.3 - Complete Configuration Control
🎛️ New Features
Enhanced 8-Tab Settings GUI
- Dedicated Messages tab for complete chat control
- Advanced tab with legacy session management controls
- Enhanced timing controls with precise draw/cooldown adjustments
- Complete movement and HUD customization options
Chat Spam Elimination
- Individual toggles for all message types (status, session, daily limits, adaptation)
- Silent Mode preset instantly disables all chat notifications
- Verbose Mode preset enables all notifications for detailed feedback
- Real-time message status display in GUI title
- Complete control over bossbar debug messages
Advanced Configuration Access
- Session tracking display with current statistics
- Reset session data functionality for fresh starts
- Legacy session management controls for backward compatibility
- All randomization and debug settings accessible in GUI
⚡ User Experience Improvements
Complete In-Game Control
- No JSON editing required - all settings accessible through GUI
- Quick presets for common configurations (Silent/Verbose modes)
- Real-time value display showing current settings as you adjust
- Enhanced tooltips and explanations throughout interface
Better Organization
- 8 focused tabs instead of cramped interface
- Logical grouping of related settings (Timing, Movement, Messages, etc.)
- Clear visual hierarchy with section headers
- Professional layout with enhanced spacing
🔧 Perfect for Power Users
This release gives you complete control over every aspect of the Auto Bow experience:
- Eliminate chat spam entirely with Silent Mode
- Access all configuration options without editing files
- Fine-tune timing and behavior with precise controls
- Monitor session statistics and reset data as needed
No more chat spam, no more JSON editing - everything you need is now accessible through the enhanced GUI!
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:KqbkRwp1:kzcVGeyS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KqbkRwp1:kzcVGeyS"
}

