
Modrinth · Minecraft mod
No Shield Delay
A recreation of Revvilo's Responsive Shields in Fabric.
Quick answer
Which No Shield Delay release should I use?
No Shield Delay 1.0.2 targets 1.21.4 with Fabric, Quilt. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.
Where it goes
Is No Shield Delay required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This file is marked server-only.
What else does No Shield Delay 1.0.2 need?
1.0.2. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add No Shield Delay without breaking your instance.
Built for No Shield Delay 1.0.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.0.2. It targets 1.21.4 with Fabric, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.0.2. It opens that exact file at the source.
About this project
What does No Shield Delay add?
No Shield Delay
Configurable reduction of the delay in Minecraft's blocking system for Fabric based off of Revvilo's Responsive Shields
Ever notice a strange occurrence where you try to block and attack and it hits you anyway? Even though your shield was definitely up by then? Well, it isn't in your head! That delay is very much real and this mod removes it!
When holding use on an item, there is a base 'use time' which is stored and then decremented every tick while it's being held.
Minecraft will only block an attack after the shield has been raised for more than 5 ticks.
It checks this by looking at the difference between the current use time countdown and the base use time of the item.
(from LivingEntity's isBlocking() method)
return item.getMaxUseTime(this.activeItemStack) - this.itemUseTimeLeft >= 5;
This mod bypasses this by using mixin to alter the 5 constant, allowing comparison between any given integer 0 thorough 5.
This mod is supposed to be an alternative to Revvilo's Responsive Shields. Because of this, if Revvilo ever makes a Fabric port of their own, I will cease maintaining this project.
Give it a look if you need a Forge equivalent.
🧰 Setup
This mod should work with 1.17+. It possibly could work with versions older than that, but I don't feel like testing it.
This mod is only necessary server side. Installing on the client as well will not yield any benefit.
The Fabric API is not needed for this mod. Only the Fabric Loader.
⚙ Configs
Files and contents:
no-shield-delay.toml
RaiseTime(From 0 to 5. default: 0) The amount of time, in ticks, from when you right-click before the game will block attacks.
Enabled(Default: true) Whether or not the effect of the mod is enabled.
Info:
Setting Raise Time to 0 makes shields capable of blocking immediately
The client-side raise animation takes roughly one tick to complete. So setting Raise Time to 1 is a decent balance between responsiveness and not being able to blockhit as easily.
📜 License
Copyright 2022 Quplet, Apache License 2.0. Please credit if you use or distribute my work.
Project description from Modrinth.
Pick your setup
No Shield Delay by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
2 loader builds1.21
2 loader builds1.20.6
2 loader builds1.20.5
2 loader builds1.20.4
2 loader builds1.20.3
2 loader builds1.20.2
2 loader builds1.20.1
2 loader builds1.20
2 loader builds1.19.4
2 loader builds1.19.3
2 loader buildsShowing the newest 12 of 20 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
No Shield Delay versions and loaders
1.0.2
no-shield-delay-1.0.2.jar
9 Jan 2025
1.0.1
no-shield-delay-1.0.1.jar
30 Aug 2024
1.0.0
no-shield-delay-1.0.0.jar
7 Jul 2022
Looking for an older file? The official Modrinth project page is in Resources.
