File Details
mods_optimizer-neoforge-1.20.4-2.0.0.jar
- R
- Feb 25, 2024
- 185.18 KB
- 886
- 1.20.4
- NeoForge
File Name
mods_optimizer-neoforge-1.20.4-2.0.0.jar
Supported Versions
- 1.20.4
Curse Maven Snippet
Changelog for Mods Optimizer
Note
This change log includes the summarized changes. For the full changelog, please go to the GitHub History instead.
v2.0.0
- Added JSON parse with additional checks, to avoid crashes on invalid .json files. #17
- Added TOML parse with additional checks, to avoid crashes on invalid .toml files.
- Added additional warnings for invalid mod files.
- Improved code quality and added additional tests.
v.1.8.0
- Updated known client side mods. Thanks to
@CorneliusCornbread. - Small code optimizations and improvements.
v1.7.0
- Added mods reader for
quilt.mod.jsonfiles. #13 - Added detection for service mods like
Sinytra Connector. #13 - Added additional tests for mod detection, especially for mixed mods and cross-loaded mods.
- Improved duplication detection by adding additional checks for mod versions and mod ids.
- General Code optimizations and improvements.
v1.6.0
- Updated known client side and server side mods. Thanks to
@adamk33n3r,@ChangeOtakuand@Jadan1213.
v1.5.0
- Added support for Things pack.
- Improved general Forge, Fabric and NeoForge mod detection.
- Improved data pack detection.
v1.4.0
- Added support for mixed mods and data pack mods.
- Added additional documentation for the config.toml configuration file.
- Reduced the numbers of log messages for non-debug mode.
- Improved error messages.
v1.3.0
- Fixed Jar in Jar conflict with mods which are using the same package names.
v1.2.0
- Added support for library mods and language provider mods.
- Added fallback mod id detection for mods without
mods.tomlorfabric.mod.jsonfiles. - Improved Mod Type detection.
- Smaller code optimizations and improvements.
v1.1.0
- Added mods reader for
mods.tomlfiles. - Added mods reader for
fabric.mod.jsonfiles. - Added automatic sem-version correction for mod versions.
- Added mods.toml configuration file to classify mods for client and server.
v1.0.0
- Initial release of Mods Optimizer (will replace Adaptive Performance Tweaks Mod Module).

