1.0.0
Compatibility
Changes
Combo System: Combo System is a lightweight and dynamic mod designed to elevate the Minecraft combat experience. Forget monotonous clicking; now, every strike matters. Keep the rhythm, stack your combos, and watch your damage soar as a modern, animated interface tracks your every move in real-time.
Key Features Progressive Damage Tiers: The more you hit, the harder you strike!
Tier 1: Start your streak with an additive damage bonus.
Tier 2: Increase the intensity and receive a speed boost.
Tier 3 & 4: Reach Resonance for massive damage bonuses and devastating critical strikes.
Animated Side HUD: A sleek, intuitive interface that appears only when you need it. It features a history of your last three hits and a reactive "wobble" effect that triggers with every successful impact.
Combat Flow & Punishment: Don't let your guard down! Your combo will fade after 5 seconds of inactivity or if you take damage, resetting with an immersive sound effect.
Fully Configurable: Not a fan of the default position? You can easily adjust the HUD's position (X, Y) and global scale directly via the .toml configuration file.
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:148PPaN8:jMYxMlNj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:148PPaN8:jMYxMlNj"
}

