
Blocking Overhaul
Overhauls blocking attacks by adding a parry mechanic and changing several mechanics to be entity attribute - driven.
About this Mod
Blocking Overhaul
Overhauls blocking attacks by adding a parry mechanic and changing several mechanics to be entity attribute - driven.
When blocking is started just before a hit, the attack is parried. The length (in ticks) of that time window is determined by the "blockingoverhaul:parry_window" entity attribute.
Changes to knockback on blocking/parrying
Blocking/parrying an attack no longer applies a hardcoded amount of knockback to the attacker.
Instead, the knockback is more dynamic, where knockback amount and affected entity (attacker or defender) are determined by several factors.
- "blockingoverhaul:block_force" entity attribute of the defender
- "blockingoverhaul:parry_multiplier" entity attribute of the defender. This multiplier can be disabled by the server config and/or the item used for blocking.
- "minecraft:attack_knockback" entity attribute of the defender
- an "additional_attack_knockback", which is 0 by default. Other mods that use Blocking Overhaul (like Overhauled Damage) can use this value to modify the calculation
- a "total_applied_blocking_knockback_multiplier", which is a server config option
((defender_block_force * defender_parry_multiplier) - (attacker_attack_knockback + additional_attack_knockback)) * total_applied_blocking_knockback_multiplier
If the result of the calculation is negative, the knockback is applied to the defender. If it's positive, the knockback is applied to the attacker.
Changes to blocked damage amount
Parrying can also apply the multiplier determined by the "blockingoverhaul:parry_multiplier" entity attribute to the amount of blocked damage. This can be disabled by the server config and/or the item used for blocking.
Technical details
This data component needs to be present on an item stack for parrying to work.
Parrying has several conditions:
- the item used for blocking has to have the "blockingoverhaul:parries_attacks" data component
- there is currently no easy way to apply this component to existing items (like the vanilla shield) by default
- using third-party mods like "Default Components" is recommended
- the entity (type) that tries to parry has to be in the "blockingoverhaul:can_parry" entity type tag
Stamina Attributes integration
Blocking Overhaul has integration for Stamina Attributes, parrying an attack has a different stamina cost than regular blocking, determined by the "blockingoverhaul:parry_stamina_cost" entity attribute.
Available Versions
How to Install Blocking Overhaul on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "Blocking Overhaul". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+1 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Blocking Overhaul server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is Blocking Overhaul compatible with fabric?
Blocking Overhaul officially supports fabric for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Blocking Overhaul – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Blocking Overhaul consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Blocking Overhaul with just one click on your server.