- Duplicated issue tracker URL (in Forge metadata) to show it where both mods and Forge expect it.
- Hidden class loader warnings (
java.lang.ClassNotFoundException
) from logs. - Added alternate icon and banner for the Catalogue mod.
- Fixed loading on Forge 1.8 - 1.12.2.
- Fixed compatibility with older log4j2 versions. (please update, you no-no wanna log4shell)
- Error messages and logs now contain more info about platform, Mixin and other stuff. (especially in debug mod)
- Updated Discord link to not use URL shortener.
What's new
- Added 1.20.5/1.20.6 support. (for all loaders)
- Added OrnitheMC support. (for both Forge and Fabric)
- Added more information to current logs and added debug logs.
- Created update checkers for Forge and NeoForge.
- Fixed requirements for the mod to be installed client-side on 1.12.2 and older.
- Hopefully fixed some false positives with various anti-malware. (#25)
- Small README changes, refactoring and bumped dependencies.
- Added more links to the ModMenu page.
- Fixed compatibility with MixinBooter.
- Fixed compatibility with ModernFix.
- Added support for 1.8 -> 1.13.
- Spawn chunks won't be forcefully loaded on /setworldspawn or similar actions.
What's new:
- Fully removed spawn chunks. (instead of deferring post-load)
- Added native NeoForge(d) and Quilt support.
- All loaders are now in the same file.
- Added a warning message for missing Mixin library. (Generally ancient Forge versions)
- Rewrote some code.