Fabric Shield Lib 1.8.1 For 1.21.5
What's Changed
- Port to 1.21.5 by @rikka0w0 in #206
- Removed
FabricBannerShieldItem
- all shields are now made withFabricShieldItem
, and components dictate further functionality - The presence or lack of
FabricShieldModelComponent
determines banner functionality - Shields can still be made with previous constructors, however, new constructors are available for the usage of the
BLOCKS_ATTACKS
component. - Several component helpers have been added to
FabricShieldUtils
- the base Vanilla component as a constant/reference and methods that can take in a component and change just one value, depending on the method. These methods will later be wrapped into a builder class. - Migrated to
BLOCKS_ATTACKS
rather thanc:shields
for detecting shields, such as for universal disable - New
FabricShieldUtils
methods added with vanilla & default shieldItemSettings
. - Updated dependencies
Full Changelog: v1.8.0-1.21.4...v1.8.1-1.21.5