Releases: StellarWind22/Shield-Lib
Releases · StellarWind22/Shield-Lib
Fabric Shield Lib 1.4.4 for Minecraft 1.15.2
Changes
- Changed premade shield item classes' constructors to allow tags, and item arrays.
Note: Due to constructor changes 1.4.4 breaks compatibility with versions <=1.4.3
Fabric Shield Lib 1.4.3 for Minecraft 1.15.2
Changes
- Made vanilla shield enchantability better match other iron items
- Fixed typo in item model in fabric_banner_shield
Ported mod to 1.15.2
Fabric Shield Lib 1.4.3 for Minecraft 1.17.1
Changes
- Made vanilla shields enchantability match other iron items
- Fixed a typo in the item model for fabric_banner_shield
Fabric Shield Lib 1.4.3 for Minecraft 1.16.5
Changes
- Made vanilla shield enchantability better match other iron items
- Fixed a typo in fabric_banner_item model.
Ported 1.4.3 to 1.16.5!
Fabric Shield Lib 1.4.2 for Minecraft 1.17.1
Changes
- Moved all rendering code to the client.
- Changed RenderMixin to only inject for the client.
- Renamed dev item id's
fabric_shield_no_banner_support_template
is nowfabric_shield
fabric_shield_template
is nowfabric_banner_shield
Fabric Shield Lib 1.4.1 for Minecraft 1.17.1
Changes
- Split
FabricShieldItem
intoFabricShieldItem
&FabricBannerShieldItem
- Made
FabricShieldBannerDecoratorRecipe
useFabricShield
interface instead ofFabricShieldItem
class - Fixed incorrect license information in
fabric.mod.json
Fabric Shield Lib 1.4.0 for Minecraft 1.17.1
Finally added Banner support! Thanks to CringeStar!
Fabric Shield Lib 1.4.0-pre1 for Minecraft 1.17.1
This is a complete rewrite of the Fabric Shield Library.
ShieldEvent
isn't a thing anymore. Now using Fabric Events. Fix #21- FSL still provides a basic shield class but it is implemented using interfaces. Fix #27
- Mixins shouldn't have conflicts anymore. Fix #25
- LIbrary was simplified so hopefully less strange behavior should happen in edge cases. Fix #18 #17
Future Plans
Full banner support using a premade FabricBannerShield
class.