Skip to content

Fabric Loader 0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 15:03
· 154 commits to master since this release
  • Bump version (Player)
  • Update Mixin (modmuss50)
  • Update deps (modmuss50)
  • Add mod id to AW runtime remapping error (Player)
  • Hide path, jij and inactive mod info from resolution errors. (Player)
  • Wrap lines in error gui, increase default width to 800 px (Player)
  • Don't include the stack trace in simple resolution errors, tweak timeout error (Player)
  • Implement ClassLoader.findClass for java.lang.Package.getPackageInfo() (Player)
  • Add SLF4J adapter, refactor lib classification (#605) (Player)
  • Add API to expose the proper mod origin (installed location) (Player)
  • Replace ModContainer.getPath with .findPath to improve the contract, tweak docs (Player)
  • Add class path groups to map multiple class path entries to a mod (paths separated by path separator, groups by double path separator) (Player)
  • Verify intermediary version (#575) (Player)
  • Fix unmet dep inference not applying to all mods that share an equal dep. (Player)
  • Fix breaks clause against pre-selected mods (like the game). (Player)
  • Tweak jar fs handling to throw better errors and be more robust (Player)
  • Ignore missing Log4J JNDI lookup after reconfigures to avoid pointless spam (Player)
  • Expose containing and contained mods in ModContainer (Player)