Back to mods
Parry project artwork

CurseForge · Minecraft mod

Parry

Sword parrying has returned to modern Minecraft!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Parry release should I use?

Updated 4 years ago
Latest stable file Parry v1.3 for 1.18
Game version 1.18.1, 1.18.2, 1.18
Loader Fabric, Quilt

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric, Quilt
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup.

Fabric API Needed by Parry v1.3 for 1.18
required
Matching file found Matched file: [1.18.1] Fabric API 0.46.6+1.18

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.

  1. 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.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

9 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Parry versions and loaders

4 of 4 releases match

Looking for an older file? The official CurseForge project page is in Resources.