CurseForge · Minecraft mod
Parry
Sword parrying has returned to modern Minecraft!
Quick answer
Which Parry release should I use?
Parry v1.3 for 1.18 targets 1.18.1, 1.18.2, 1.18 with Fabric, Quilt. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is Parry required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Parry v1.3 for 1.18 need?
Parry v1.3 for 1.18. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Parry without breaking your instance.
Built for Parry v1.3 for 1.18. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Parry v1.3 for 1.18. It targets 1.18.1, 1.18.2, 1.18 with Fabric, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside Parry v1.3 for 1.18. It opens that exact file at the source.
About this project
What does Parry add?
This mod is for FABRIC, it's not going to be ported to Forge. If you want to port this to Forge, go ahead and fork the project.
This mod will not be backported to old versions.
Overview
Parry is a Fabric mod that brings sword parrying (AKA sword blocking) to modern Minecraft from pre-1.9 versions.

To parry, hold right-click with a sword. Doing so will only let you take 50% of the damage inflicted.
This value can be configured in the ".minecraft/config/parry.json" file:
{
"default_multiplier": 0.6,"consume_animation": false,
"prioritize_shield": true,
"overrides": [
{
"item": "minecraft:iron_sword","multiplier": 2.5
},{
"item": "minecraft:gold_sword","multiplier": 10.0
}
]
}
This example states that the player should take 60% of the inflicted damage when parrying. It also presents two exceptions: Iron swords will instead allow the player to inflict 250% the damage inflicted, and gold swords will allow 1000%. Along with this, the parry animation will be instant, instead of having the quick "bob" animation. Lastly, shields are prioritized in this config example, meaning that your shield will block instead of your sword if it's in your offhand.
By default, there are no overrides, the default damage multiplier is 0.5, the consume animation is on, and shields are not prioritized.
The information below is likely going to become redundant in a later update.
To add compatibility with this mod and your sword-adding mod:
All sword items will have the ability to parry with this mod installed. However, they will not display a first-person model change. To add this model change:
Create a "parrying" model file, which should be identical to your original sword model file, but with the parent changed from "item/handheld" to "item/handheld_parry".
Add an override to your sword model file.
"overrides": [{"predicate": {"parrying": 1},"model": "modid:item/my_sword_parry"}]
DO NOT REPOST THIS MOD. YOU SHOULD ONLY DOWNLOAD THIS MOD FROM CURSEFORGE.
Help stop mod reposts: https://stopmodreposts.org/
You may add this mod to your modpack.
Project description from CurseForge.
Pick your setup
Parry by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.18.2
2 loader builds1.18.1
2 loader builds1.18
2 loader builds1.17
1 loader build1.16.2
1 loader build1.16-Snapshot
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Parry versions and loaders
Parry v1.3 for 1.18
parry-1.3+1.18.jar
19 Dec 2021
Parry v1.2 for 1.17
parry-1.2__1.17.jar
9 Jun 2021
Parry v1.1 for 1.16.2
parry-1.1__1.16.2.jar
13 Aug 2020
Parry v1.0 for 1.16-pre2
parry-1.0__1.16-pre2.jar
10 Jun 2020
Looking for an older file? The official CurseForge project page is in Resources.