Releases: OroArmorModding/Multi-Item-Lib
Releases · OroArmorModding/Multi-Item-Lib
Multi-Item-Lib 1.7.0
Multi-Item-Lib - 1.6.3
Version 1.6.3
- Tweaked mixins to be more compatible.
- One known compatibility resolution is Galosphere.
- Add in new interface for customizing the cooldown of a shield when it is disabled by an axe
- Re-added Elytra utils
- Now requires 0.15.11 Fabric Loader Version
- Removed taskinfo gradle plugin, not needed
- Update by Roadhog360
Multi-Item-Lib 1.6.2
Version 1.6.2
- Update to Minecraft 1.19.4
- Update oro-gradle-plugin
Multi-Item-Lib 1.6.1
Version 1.6.1
- Actually have mixin conflicts default to other mods.
Multi-Item-Lib 1.6.0
Version 1.6.0
- Fix incompatibility with Quilt Standard Libraries
- Any mixin conflicts will now default to other mods. Expect some issues to arise if conflicts exist.
Multi-Item-Lib 1.5.3
Version 1.5.3
- Update to 1.19
- Fix incorrect mixin ordinal for trident rendering
- Incompatible with bow api
- No longer published to Maven Central
Multi-Item-Lib 1.5.2
Version 1.5.2
- Fix issue with Item Registries not knowing their main item
Multi-Item-Lib 1.5.1
Version 1.5.1
- Fix some publishing issues
Multi-Item-Lib 1.5.0
Version 1.5.0
- Removed
UniqueItemRegistry.ELYTRA
and relating mixins - Removed deprecated
com.oroamor.multi_item_lib.UniqueItemRegistry
- Update to 1.18
Multi Item Lib 1.4.0 for 1.17
Version 1.4.0
- Fix mixin crash issue in production
- Move main package from
com.oroarmor.multi_item_lib
tocom.oroarmor.multiitemlib
- Moved
UniqueItemRegistry
intoapi
sub-package. - Old
UniqueItemRegistry
is now deprecated