Skip to content

Fabric Shield Lib 1.8.1 For 1.21.5

Compare
Choose a tag to compare
@CringeStar CringeStar released this 06 Jun 19:21
· 46 commits to main since this release
a3e5747

What's Changed

  • Port to 1.21.5 by @rikka0w0 in #206
  • Removed FabricBannerShieldItem - all shields are now made with FabricShieldItem, 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 than c:shields for detecting shields, such as for universal disable
  • New FabricShieldUtils methods added with vanilla & default shield ItemSettings.
  • Updated dependencies

Full Changelog: v1.8.0-1.21.4...v1.8.1-1.21.5