Fabric Shield Lib

Fabric Shield Lib

3M Downloads

Allow for custom shields to override logic for checking if the shield blocked damage or not.

StellarWind22 opened this issue ยท 2 comments

commented

This could probably be done by just checking if the shield or enchantment on the shield has an event and then add a method that returns a boolean on whether or not the damage should be blocked inside the ShiedEvent class.

commented

I've decided against supporting this feature. It would overcomplicate things and probably introduce new bugs.

commented

Or maybe just remove the shieldEvent system altogether and use the built-in Fabric API event system.