Skip to content

BIC Shield Compat v2.0.0 - Forge 1.20.1

Latest

Choose a tag to compare

@Nightwielder23 Nightwielder23 released this 10 Jun 04:39
· 1 commit to main since this release

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.

Requirements

Minecraft 1.20.1, Forge 47.x, Born in Chaos. Server side only.