All versions
1.1.0
Release
JetSet! Hits 1.1.0last month 25
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
JetSetHits v1.1.0 - Bow Hits, Volume Control & Persistent Config
🚀 New Features
- Bow & Ranged Hit Detection: Landing arrow hits now plays the sequential sound feedback and increments your hit combo (
/jetsethits bowHits <true/false>). - Independent Volume Slider: Adjust mod sound volume independently without altering overall game audio (
/jetsethits volume <0.0 - 1.0>). - Persistent Settings: All mod configurations are now automatically saved to
config/jetsethits.jsonand persist across game restarts and server switches.
🐛 Bug Fixes & Refinements
- Target Hit Detection (
selfOnly): Fixed target tracking so setting/jetsethits selfOnly falseaccurately registers hits taken by your local player. - 1.21 Mixin Compatibility: Fixed the
SoundMixindescriptor crash during game startup.
📜 Command Reference
/jetsethits volume <0.0 - 1.0>— Set hit sound volume level (e.g.,0.5for 50%)./jetsethits bowHits <true/false>— Toggle sound feedback for ranged hits./jetsethits resetTime <seconds>— Adjust combo reset delay after inactivity./jetsethits selfOnly <true/false>— Restrict sound triggers to hits dealt vs. hits taken./jetsethits debug <true/false>— Toggle detailed debug logs in chat.
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:m2JSIfCu:X8Vji12A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m2JSIfCu:X8Vji12A"
}

