1.0.0
Compatibility
Changes
KillEffects - Ultimate Combat Visuals ⚔️✨ KillEffects is a lightweight and highly customizable Fabric mod that brings flair to your PvP and PvE encounters. It adds satisfying visual particles and sound effects whenever you eliminate a player or a mob, making every kill feel rewarding!
🌟 Key Features: Diverse Kill Effects: Choose from multiple unique styles:
Sonic: Unleash a powerful sonic blast.
Blood: Realistic red particle spray for a grittier feel.
Void: Mysterious dark clouds that swallow the defeated.
Rain: A localized rain shower over the fallen foe.
Fire: A burst of flames to mark your victory.
Custom Swing Speed: Take control of your combat rhythm! Adjust your hand’s Swing Speed animation for a smoother or more rapid feel.
Persistent Settings: Your preferences are safe! The mod automatically saves your chosen effect and Swing Speed values, so they persist even after you restart the game [cite: 2025-12-24].
Hit Color Customization: Personalize the damage flash color when hitting entities to match your aesthetic.
Intuitive Configuration: Fully integrated with Mod Menu and Cloth Config API for a seamless in-game settings experience.
Broad Compatibility: Optimized for Minecraft versions 1.20.1 through 1.21.x using Java 17.
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:Sw3Wh6DO:fULhMdhK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sw3Wh6DO:fULhMdhK"
}

