Перейти к содержимому
Mineforgian

ShieldDisruptor

A simple fabric mod to hide shields while not defending or to hide other offhand items

Загрузки
24K
Подписчики
50
Обновлён
24 июня 2026 г.
Лицензия
MIT

Опубликован 25 мая 2021 г.

ShieldDisruptor

License: MIT Mod loader: Fabric Version

A simple fabric mod to hide shields while not defending or to hide other offhand items (specified in the settings).
By default it hides the shield when not blocking and the totem of undying.

Download it from the Modrinth page: https://modrinth.com/mod/shielddisruptor

This is a port of the original ShieldDisruptor by HeyZeer0 to newer Minecraft versions, as the original is abandoned. I'll try to maintain this as best as possible.

Current Differences:

  • Updated to all new Minecraft versions. I offer two jar files:
    • a) Newer versions over 26.1 have seperate releases, just filter on Modrinth
    • b) 1.16.5 - 1.21.11: All in a single jar file!
  • Superior support for modded shields, compatibility with FabricShieldLib shields
  • Ability to specify item tags to hide, for example "#minecraft:banners"
  • Option to also hide shields if held in the main hand
  • Added German translation
  • Added Config screen title and some tooltips
  • Internal updates to Loom, Fabric etc. and the Gradle build system

Testing in every point release can be hard, so please report any issues or crashes on the Issue Tracker.

⚠️ Requirements

This mod works both with the Fabric and the Quilt mod loader.
You need to have the following dependencies installed:

Adding hidden offhand items

This requires Mod Menu to be installed.

  1. Navigate to the mod settings
  2. Add the id of the item to the list

You can also add whole item tags like #minecraft:music_discs. This can be useful for example if another mod implements custom totems, if a tag is present just specify #othermod:totems instead of adding every instance individually.

For shields specifically, the config option "Hide all Shields" will take care of trying to block all modded shields for you by using Fabrics built-in "#c:shields" tag and supporting modded shields from FabricShieldLib.

Other options

You can also add whole item tags like #minecraft:music_discs. This can be useful for example if another mod implements custom totems, if a tag is present just specify #othermod:totems instead of adding every instance individually.

For shields specifically, the config option "Hide all Shields" will take care of trying to block all modded shields for you by using Fabrics built-in #c:tools/shields tag (c:shields before 1.20.5) and supporting modded shields from FabricShieldLib.

If you want to hide items in your main hand too, you can enable the "Hide in main hand" config as well.

Compilation

  1. Clone the the git repository from the source code on Github.
    Note: If you want to build for 1.16.5-1.21.11 instead of newer versions, use the multi-version branch instead of cloning the default branch current.
  2. Run ./gradlew build in the cloned folder.
    It will automatically download dependencies and compile the project to the subfolder ./build/libs
  3. The file named something like shield-disruptor-X.X.X.jar can then be dropped into your mods folder

Please report any issues on Github:

Ченджлог

2.0.0Релиз26.1.1, 26.1.2, 26.2 · 24 июня 2026 г.

Hi, this upgrade took a bit longer due to all the changes in the modding ecosystem that happened with the release of the "26+" versions.

  • You can now play without that annoying screen cover in 26.1 and 26.2 again
  • I abandoned support for a single jar of all Minecraft versions, from now on I will publish:
    • a) new ShieldDisruptor for the current version(s)
    • b) ShieldDisruptor for 1.16.5-1.21.11 only if I make significant changes or fixes to the core functionality
  • Removed support for FabricShieldLib, because it doesn't even exist for the new MC versions

Testing in every point release can be hard, so please report an issues or crashes on the Issue Tracker.

1.8.6Релиз1.21.9, 1.21.10, 1.21.11 · 12 марта 2026 г.
  • Enabled usage on 1.21.9 up to 1.21.11
  • Required almost no changes, so please report breakages immediately, I can easily fix the mod to make it run under new versions
  • Support for the upcoming Minecraft version is in work

Testing in every point release can be hard, so please report an issues or crashes on the Issue Tracker.

1.8.4Релиз1.21.6, 1.21.7, 1.21.8 · 23 июля 2025 г.
  • Enabled usage on 1.21.8, and now it should automatically work on newer 1.21.x versions unless they break the mod
  • Fixed some 1.20 and 2.21 versions not working anymore, because I confused 1.20.4 and 1.21.4.

Testing in every point release can be hard, so please report an issues or crashes on the Issue Tracker.

1.8.3Релиз1.21.5, 1.21.6, 1.21.7 · 14 июля 2025 г.

Enabled usage on 1.21.7, didn't expect a new update so fast.

Testing in every point release can be hard, so please report an issues or crashes on the Issue Tracker.

1.8.2Релиз1.21.4, 1.21.5, 1.21.6 · 26 июня 2025 г.

Update to 1.21.5 and 1.21.6.

Also fix missing support for 1.19.4 (it was just not declared).

1.8.1Релиз1.21.2, 1.21.3, 1.21.4 · 13 июля 2024 г.

Fixes a crash in 1.20.6 and lower due to the 1.21 update.

Thank you to srnxy for reporting it in issue #3.

1.8.0Релиз1.20.5, 1.20.6, 1.21 · 15 июня 2024 г.

Works with the 1.21 release.

ATTENTION: Crashes with version 1.20.6 and lower, use the newer version 1.8.1 instead.

1.7.2Релиз1.20.4, 1.20.5, 1.20.6 · 6 мая 2024 г.
  • Obviously works in 1.20.5/1.20.6
  • Fixed an issue where it wouldn't work with Java <20 in 1.20.4 because it was compiled with a too high Java version. Strange that no one noticed.

Please report any issues or if anything breaks immediately on Github: https://github.com/MightyKnight/ShieldDisruptor/issues.

Комментарии

Загружаем…