-
-
Notifications
You must be signed in to change notification settings - Fork 921
Description
When using unarmed combat, critical hits never trigger or apply any bonus damage.
The base damage of unarmed (0.5 hearts / 1.0 damage) is used for crit calculation.
The bonus damage granted by the MCMMO Unarmed skill is not included when checking for critical hits.
As a result, unarmed attacks cannot crit at all, even at max Unarmed skill.
Steps to Reproduce:
Level up Unarmed skill to a high value (for significant bonus damage).
Jump and hit a mob to attempt a vanilla critical hit (while falling, not sprinting).
Observe:
No critical hit particles/sound
No bonus damage from crit
Crit-triggered effects don't activate
Expected:
Unarmed attacks should be able to critically hit based on total damage, including MCMMO bonus damage.
Actual:
Unarmed crits fail silently, even if bonus damage would exceed the vanilla threshold.