
Version Mod Sorter
Load mods from version-specific folders (mods/<loader>/<version>/). Supports Fabric, Forge, and NeoForge.
Обновлён 23 июня 2026 г. · опубликован 27 мая 2026 г.
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.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.1.0 | Бета | 26.1, 26.1.1, 26.1.2, 26.2 | forge | 23 июня 2026 г. | .jar (43 КБ) |
| 0.1.0 | Бета | 26.1, 26.1.1, 26.1.2, 26.2 | neoforge | 23 июня 2026 г. | .jar (43 КБ) |
| 0.1.0 | Бета | 26.1, 26.1.1, 26.1.2, 26.2 | fabric | 23 июня 2026 г. | .jar (43 КБ) |
| 0.0.4 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | neoforge | 12 июня 2026 г. | .jar (26 КБ) |
| 0.0.4 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | forge | 12 июня 2026 г. | .jar (26 КБ) |
| 0.0.4 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric | 12 июня 2026 г. | .jar (26 КБ) |
| 0.0.3 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric, forge, neoforge | 4 июня 2026 г. | .jar (25 КБ) |
| 0.0.2 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric, forge, neoforge | 28 мая 2026 г. | .jar (21 КБ) |
| 0.0.1 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric, forge, neoforge | 27 мая 2026 г. | .jar (18 КБ) |
Ченджлог
0.1.0Бета26.1.1, 26.1.2, 26.2 · 23 июня 2026 г.
- Analyze Fabric crashes and show a diagnosis dialog with involved mods
- Detect Mixin conflicts, version-mismatched Mixin targets, and Minecraft linkage errors
- Collect mods loaded by the child process, including nested jars
- Bump Fabric Loader requirement to 0.13.0 (ModContainer.getOrigin)
- Rotate the log file once per session
0.1.0Бета26.1.1, 26.1.2, 26.2 · 23 июня 2026 г.
- Analyze Fabric crashes and show a diagnosis dialog with involved mods
- Detect Mixin conflicts, version-mismatched Mixin targets, and Minecraft linkage errors
- Collect mods loaded by the child process, including nested jars
- Bump Fabric Loader requirement to 0.13.0 (ModContainer.getOrigin)
- Rotate the log file once per session
0.1.0Бета26.1.1, 26.1.2, 26.2 · 23 июня 2026 г.
- Analyze Fabric crashes and show a diagnosis dialog with involved mods
- Detect Mixin conflicts, version-mismatched Mixin targets, and Minecraft linkage errors
- Collect mods loaded by the child process, including nested jars
- Bump Fabric Loader requirement to 0.13.0 (ModContainer.getOrigin)
- Rotate the log file once per session
0.0.4Бета26.1, 26.1.1, 26.1.2 · 12 июня 2026 г.
- Skip relaunch instead of crashing when sun.java.command is unavailable
- Relaunch with -jar when the game was launched from a jar
- Inherit -javaagent arguments so agents like authlib-injector keep working after relaunch
- Correct the NeoForge minimum requirement in README to 20.6.62-beta (MC 1.20.6)
0.0.4Бета26.1, 26.1.1, 26.1.2 · 12 июня 2026 г.
- Skip relaunch instead of crashing when sun.java.command is unavailable
- Relaunch with -jar when the game was launched from a jar
- Inherit -javaagent arguments so agents like authlib-injector keep working after relaunch
- Correct the NeoForge minimum requirement in README to 20.6.62-beta (MC 1.20.6)
0.0.4Бета26.1, 26.1.1, 26.1.2 · 12 июня 2026 г.
- Skip relaunch instead of crashing when sun.java.command is unavailable
- Relaunch with -jar when the game was launched from a jar
- Inherit -javaagent arguments so agents like authlib-injector keep working after relaunch
- Correct the NeoForge minimum requirement in README to 20.6.62-beta (MC 1.20.6)
0.0.3Бета26.1, 26.1.1, 26.1.2 · 4 июня 2026 г.
- Support additional launcher entry points on relaunch
- Preserve a user-provided fabric.addMods value
- Terminate the child game process when the parent exits
- Add logging to the Forge and NeoForge locators
0.0.2Бета26.1, 26.1.1, 26.1.2 · 28 мая 2026 г.
- Load mods from subdirectories
- Load shared mods placed in the loader root
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
