All versions
1.0.0
Alpha
Advanced Finishers 1.0.02 months ago 90
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
Advanced Finishers 1.0.0
After 2 grueling months, the initial public release for Minecraft 1.20.1 on Fabric has been released.
What Is Included
- Cinematic finishers that trigger on lethal hits.
- Four stable finishers:
first_finisher,shield_counter,quickfinisher4, andquickfinisher5. - Paired attacker/victim animations for humanoid mobs.
- Quick attacker-focused finishers for simpler targets.
- Camera movement, HUD hiding, sounds, particles, flashes, shake, dust, debris, craters, and impact VFX.
Multiplayer
- Server side: required.
- Client side: optional, but strongly recommended.
- Players without the client mod can still join, but they only see a vanilla-safe fallback.
- Players with the client mod get full animations, camera work, sounds, HUD effects, and QTE support.
- Unmodded clients receive a 10-second in-game notice with this download link: https://modrinth.com/project/advanced-finishers
Gameplay
- Normal mob finishers have a 20% chance to play.
- Repeat mob finishers are heavily reduced so they do not spam back-to-back.
- Player victims can get a QTE during the first finisher if they have the client mod installed.
- The QTE requires 4 M1/R1 presses during the prompt window.
- Successful QTEs block the attack, flash the screen, push both players apart, and try to prevent block suffocation.
Stable Jar Notes
- Does not include debug commands, the in-game editor, Dragon Slice / Finisher 3, Finisher 6, or stair sitting.
- Requires Minecraft 1.20.1, Fabric Loader 0.16.10 or newer, and Fabric API.
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:81PHCzOC:LuhoHVCR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:81PHCzOC:LuhoHVCR"
}

