Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Version Mod Sorter
Tired of swapping mods every time you switch Minecraft versions or loaders? Version Mod Sorter loads mods from version-specific and loader-specific folders so you don't have to.
How It Works
Place your mods in mods/<loader>/<version>/ (e.g. mods/fabric/1.20.4/), and only the mods matching the current loader and Minecraft version will be loaded ā in addition to mods in the regular mods/ folder.
You can also drop mods directly in mods/<loader>/ (e.g. mods/fabric/) to share them across all Minecraft versions of that loader. Subfolders inside a version folder are also picked up, so you can organize mods by category.
The version folder is automatically created on first launch. Just drop your mods in and go.
Folder structure example:

š mods
āā version-mod-sorter-x.x.x.jar
ā (VMS itself)
āā ModA.jar
ā (mods/ root: loaded on every loader and version)
āā š fabric
ā āā ModB.jar
ā ā (Fabric: loaded on every version)
ā āā š 26.1.2
ā āā ModC.jar
ā ā (Fabric MC26.1.2 only)
ā āā š folder
ā āā ModD.jar
ā (subfolders can be used for organization)
āā š forge
ā āā ModE.jar
ā ā (Forge: loaded on every version)
ā āā š 1.21.4
ā āā ModF.jar
ā (Forge MC1.21.4 only)
āā š neoforge
āā ModG.jar
ā (NeoForge: loaded on every version)
āā š 1.20.6
āā ModH.jar
(NeoForge MC1.20.6 only)
Features
- Works with Fabric, Forge, and NeoForge ā a single jar supports all three
- Per-loader shared folder for mods that work across all Minecraft versions
- Subfolder organization inside each version folder
- No need for separate game directories or instances
- No Minecraft class modifications or bytecode patching
Crash Analysis (Fabric)
When the game crashes on Fabric, VMS analyzes the cause and shows a dialog. It checks crash reports (crash-reports/) first, then falls back to the tail of logs/latest.log.
It detects two categories of crashes and shows the involved mods and suggested fixes:
- Mod conflicts ā when multiple mods modify the same code and collide, both mod names are shown with the suggestion to remove one or check for updates
- Version mismatch ā when a mod references code that does not exist in the current Minecraft version, the mod name is shown with the suggestion to move it to the matching version folder, update it, or remove it
For crashes that match neither category, VMS still lists mods inferred from the stack trace. If the loader itself reports a mod resolution failure (Mod resolution failed, etc.), VMS stays silent because the loader already shows its own error screen.

Requirements
- Fabric Loader 0.13.0+ / Forge 41.1.0 (MC 1.19)+ / NeoForge 20.6.62-beta (MC 1.20.6)+
Notes
- The version folder name must exactly match the Minecraft version reported by the loader.
- Startup may take slightly longer when loading mods.
- This mod relies on internal loader implementations. A major loader update may cause it to stop working, but it will never affect the game or other mods.


