Releases: FabricMC/fabric-loader
Releases Β· FabricMC/fabric-loader
Fabric Loader 0.16.10
- Support 1.21.5? snapshot cycle. (modmuss50)
- Update build.yml to actions/upload-artifact@v4 (#1001) (Alexander01998)
- Fix mod jars without manifest crashing in-dev. (Player)
Fabric Loader 0.16.9
- Bump version (modmuss50)
- Added support for 1.21.4 in McVersionLookup (#996) (WinPlay02, modmuss)
Fabric Loader 0.16.8
- Bump version (modmuss50)
- Update Mixin (modmuss50)
- Support early indev versions patterns like in-20100223. (Player)
- Fix crash when trying to scan an empty list of mods. (modmuss50)
- Improve Mixin config creation error message (Player)
- Disable class path isolation unless the game provider opts in. (Player)
- Always normalize path for mods on the class path (Player)
Fabric Loader 0.16.7
- Bump version (Player)
- Register AbstractSecureClassLoader as parallel capable (Player)
Fabric Loader 0.16.6
Fabric Loader 0.16.5
- Bump version (modmuss)
- Add missing normalization, cache normalization (#974) (Player)
Fabric Loader 0.16.4
- Bump version (modmuss50)
- Update Mixin (modmuss50)
- Use less path normalization due to poor performance on Windows (#971) (Player)
Fabric Loader 0.16.3
- Bump version (modmuss)
- Suppress asm library bundled with the MC server jar (24w33a) (#969) (Player)
Fabric Loader 0.16.2
Fabric Loader 0.16.1
- Bump version (modmuss50)
- Update Mixin and Mixin Extras (#963) (modmuss)
- Rename ModCandidate to ModCandidateImpl (Player)