Better Crit

Better Crit

An addon for BetterCombat improving the critical hit system

92 downloads
4 followers

Better Crits

Better Crits is a Better Combat addon that improves Minecraft critical hits by making them depend on accuracy and player aim 🐻👍

Features

  • 🎯 Rewards accurate aim with higher critical hit chance.
  • ⚔️ Rewards accurate aim with stronger critical hits.
  • 🔥 Adds configurable critical hit attributes.
  • ⚙️ Includes server-side gamerules for fine tuning.
  • 🛡️ Fully compatible as a Better Combat addon.

How works

The closer your crosshair is to the center of the target, the higher your chance of landing a critical hit. Optionally, aiming accuracy can also increase critical hit damage.

Everything can be configured using gamerules and attributes.

Requirements

  • Better Combat
  • Fabric API

Gamerules

better-crits:require_crosshair_for_crit

Requires the player's crosshair to intersect the target's hitbox for a critical hit.

Player hits a mob without pointing the crosshair directly at it, and still triggers a critical hit
require_crosshair_for_crit = false
Player points the crosshair directly at the mob to trigger a critical hit, missing the target prevents the crit
require_crosshair_for_crit = true

better-crits:use_aim_for_crit_chance_multiplier

Controls whether aiming accuracy affects critical hit chance.

Demonstration showing that keeping the crosshair closer to the center of the mob increases critical hit chance
use_aim_for_crit_chance_multiplier = true
Demonstration showing a standard flat critical hit chance regardless of where the player aims
use_aim_for_crit_chance_multiplier = false

better-crits:use_aim_for_crit_power_multiplier

Controls whether aiming accuracy affects critical hit power.

Showcase of higher critical damage values on screen when hitting the exact center of the target
use_aim_for_crit_power_multiplier = true
Showcase of uniform critical damage values regardless of the distance from the crosshair to the target center
use_aim_for_crit_power_multiplier = false

Attributes

Better Crits adds custom attributes:

  • crit_chance — base critical hit chance.
  • crit_power — base critical hit power.
  • max_crit_angle — maximum angle where accuracy affects the critical hit.
  • max_crit_chance_multiplier — maximum critical chance multiplier from accuracy.
  • max_crit_power_multiplier — maximum critical power multiplier from accuracy.

Support

🐻🤍 Support development:

License

See the LICENSE file for details.

No gallery available for this project.