Skip to content

Releases: Nightwielder23/bic-shield-compat

BIC Shield Compat v2.0.0 - Forge 1.20.1

Choose a tag to compare

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.

BIC Shield Compat v1.0.0

Choose a tag to compare

@Nightwielder23 Nightwielder23 released this 17 Apr 02:25
88f365f

v1.0

Initial release.

Injects the forge:shield_users entity tag onto Born in Chaos shield users (Skeleton Thrasher and Door Knight) so mods that check this tag correctly recognize them as shield users.

Requirements:

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

Note

This fix only applies to mods that check the forge:shield_users tag internally. Mods that use their own shield detection system will not be affected.