
BIC Shield Compat
Makes shield-disabling weapons work against Born in Chaos's Skeleton Thrasher and Door Knight by intercepting their fake Resistance IV block mechanic.
- Загрузки
- 129
- Подписчики
- 0
- Обновлён
- 10 июня 2026 г.
- Лицензия
- MIT
Опубликован 29 апреля 2026 г.
BIC Shield Compat
Server-side Minecraft 1.20.1 Forge mod that makes shield-disabling weapons work against Born in Chaos's blocking mobs.
What it does:
The Skeleton Thrasher and Door Knight don't use shield items; they block by giving themselves Resistance IV for a second whenever they take a hit, so an axe that would normally break a shield does nothing against them. A mixin on their hurt path catches a melee hit from a weapon that can disable shields (vanilla axes and Tinkers' Construct axes, through Forge's canDisableShield), strips the Resistance, and puts the mob's block on cooldown for five seconds, leaving other weapons still blocked as before.
The mod needs Minecraft 1.20.1 and Forge 47.x, with Born in Chaos as a soft dependency: the mod loads without it but does nothing until it's installed. Tinkers' Construct is optional, since without it the fix still applies to vanilla axes. Drop the jar in the server mods folder; there is no config, and it only has to be installed on the server.
License:
MIT
Ченджлог
2.0.0Релиз1.20.1 · 10 июня 2026 г.
v2.0.0
Complete rewrite. The v1.0.0 tag-injection approach was a silent no-op: Born in Chaos mobs never consult Forge entity tags, so it changed nothing. This release fixes the actual mechanic.
How it works now:
The Skeleton Thrasher and Door Knight block by self-applying Resistance IV on every hit instead of using a shield item. A mixin on their hurt path intercepts melee hits from weapons that report canDisableShield, strips the Resistance, and applies a five-second block cooldown. This covers vanilla axes and Tinkers' Construct axes. Other weapons don't trigger it.
Комментарии
Загружаем…