We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added mods reader for `quilt.mod.json` files. #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.
Added support for mix mods like 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.
Added support for library mods and language provider mods. Added fallback mod id detection for mods without `mods.toml` or `fabric.mod.json` files. Improved Mod Type detection. Smaller code optimizations and improvements.
Merge remote-tracking branch 'origin/master'
Added debug mode for easier testing and troubleshooting. Improved logging and error handling. Updated wiki entries and test files.
Updated Define the correct environment for a Mod. (markdown)
Updated wiki with examples and better description.
Created Define the correct environment for a Mod. (markdown)
Initial Home page