File Details
BIC Shield Compat 2.0.0 Forge (1.20.1)
- R
- Jun 10, 2026
- 6.07 KB
- 2.4K
- 1.20.1
- Forge
File Name
bic_shield_compat-2.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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.

