Skip to content

Latest commit

 

History

History
92 lines (67 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

92 lines (67 loc) · 1.76 KB

Version 1.7.0

  • Improved mixins more
  • Updated oro-gradle-plugin
  • Improved shield cooldown compatibility
  • Improvements from Roadhog360 and LlamaLad7

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

Version 1.6.2

  • Update to Minecraft 1.19.4
  • Update oro-gradle-plugin

Version 1.6.1

  • Actually have mixin conflicts default to other mods.

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.

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

Version 1.5.2

  • Fix issue with Item Registries not knowing their main item

Version 1.5.1

  • Fix some publishing issues

Version 1.5.0

  • Removed UniqueItemRegistry.ELYTRA and relating mixins
  • Removed deprecated com.oroamor.multi_item_lib.UniqueItemRegistry
  • Update to 1.18

Version 1.4.0

  • Fix mixin crash issue in production
  • Move main package from com.oroarmor.multi_item_lib to com.oroarmor.multiitemlib
  • Moved UniqueItemRegistry into api sub-package.
  • Old UniqueItemRegistry is now deprecated

Version 1.3.2

  • Update to Minecraft 1.17

Version 1.3.1

  • Javadocs

Version 1.3.0

  • Add shears
  • Publish to Maven Central instead of Bintray

Version 1.2.0

  • Add mixin for fishing bobber

Version 1.1.1

  • Clean up Code

Version 1.1.0

  • Initial Mod