
Mod Sets
Control mods loading with gui. Useful for modpack and server with optional function. And also for geeks want to control mods without file operating.
Обновлён 28 января 2026 г. · опубликован 13 июля 2023 г.
Mod Sets
This project heavily inspired by ThatOrThis The mod is using for Minecraft Fabric/Quilt/Forge for managing mod loading in game. And useful for modpack developer
Feature
- Enable/Disable mods in game with defined mod sets/subdirectory name/mod id(Need restart)
- Using https://github.com/isXander/YetAnotherConfigLib for config screen
- Custom mod loading rules for modpack developer to make the pack with more user defined options
Usage
The rules files should be json in config/modsets/rules.
Add rule and enter the config screen through Mod Menu
Full example: https://github.com/SettingDust/ModSets/blob/main/example_rules.json
Mod Set
Mod set is entry defined in config/modsets/modsets.json that is string to set of mod id map.
Specifically, sub folder name in mods folder will be mod sets the mods in it. And mod id will be the mod set only
contains itself.
Notice, the defined mod sets by config will override the folder/mod id with the same name.
Example:
{
// The `sodium` will target the two mods here.
// If disable this mod set, the mod in list won't load if it is exist
"sodium": {
"text": "Sodium",
"description": "Performance: +++++",
"mods": [
"sodium",
"indium"
]
}
}
Rule
Every rule hold a text and description for displaying the info you want.
And a controller for YACL user interface
Example:
{
"text": {
"text": "My first rule set",
"bold": true,
"color": "green"
},
"description": "Awwww",
"rules": [
{
"text": "text",
"description": "description",
"controller": {
"type": "type" // Notice, this isn't valid type of controller. Take the type from controllers below
}
}
]
}
Controllers
Label
For displaying text on screen Example:
{
"text": "The label",
"description": "Text Text",
"controller": {
"type": "label"
}
}
Boolean
For switching a single mod set on/off Example:
{
"text": "The boolean",
"description": "Text Text",
"controller": {
"type": "boolean",
"id": "sodium"
}
}
Cycling
For switching between mod sets in a list. Useful when there is conflicting mods such as sodium and optifabric. Or switching the pack difficult Example:
{
"text": "The cycling",
"description": "Text Text",
"controller": {
"type": "cycling",
"ids": [
// Don't empty
"sodium",
"optifabric"
]
}
}
Mods Group
Assign a simple boolean controller option to every mods in the mod sets. Example:
{
"text": "The mods group",
"description": "Text Text",
"controller": {
"type": "mods_group",
// Default is true
"collapsed": false,
"ids": [
// Don't empty
"sodium",
"optifabric"
]
}
}
Rules Group
Group the rules so that it's able to collapse the rules Example:
{
"text": "The rules group",
"description": "Text Text",
"controller": {
"type": "rules_group",
// Default is true
"collapsed": true,
"rules": [ // Don't empty
{
"text": "text",
"description": "description",
"controller": {
"type": "label"
}
},
{
"text": "text",
"description": "description",
"controller": {
"type": "boolean",
"id": "sodium"
}
}
]
}
}
Notice: Every text and description is text raw json. Using https://www.minecraftjson.com/ for generating text.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.1.3 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, forge, neoforge | 28 января 2026 г. | .jar (209 КБ) |
| 2.1.2 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, forge, neoforge | 28 января 2026 г. | .jar (209 КБ) |
| 2.1.1 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, forge, neoforge | 27 января 2026 г. | .jar (209 КБ) |
| 2.1.0 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, forge, neoforge | 26 января 2026 г. | .jar (208 КБ) |
| 1.0.5 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, forge, neoforge | 21 декабря 2025 г. | .jar (207 КБ) |
| 1.0.4 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, forge, neoforge | 20 декабря 2025 г. | .jar (199 КБ) |
| 1.0.3 | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | fabric, forge, neoforge | 7 декабря 2025 г. | .jar (198 КБ) |
| 1.0.2 | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | fabric, forge, neoforge | 5 декабря 2025 г. | .jar (198 КБ) |
| 1.0.1 | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | fabric, forge, neoforge | 4 декабря 2025 г. | .jar (198 КБ) |
| 1.0.0 | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | fabric, forge, neoforge | 4 декабря 2025 г. | .jar (198 КБ) |
| 0.11.0 | Релиз | 1.20.5, 1.20.6, 1.21, 1.21.1 | fabric, forge, quilt | 21 февраля 2025 г. | .jar (291 КБ) |
| 0.10.7 | Релиз | 1.20.4, 1.20.5, 1.20.6, 1.21 | fabric, forge, quilt | 21 февраля 2025 г. | .jar (290 КБ) |
| 0.10.6 | Релиз | 1.20.4, 1.20.5, 1.20.6, 1.21 | fabric, forge, quilt | 21 февраля 2025 г. | .jar (289 КБ) |
| 1.10.5 | Релиз | 1.20.4, 1.20.5, 1.20.6, 1.21 | fabric, forge, quilt | 20 января 2025 г. | .jar (289 КБ) |
| 1.10.4 | Релиз | 1.20.5, 1.20.6, 1.21, 1.21.1 | fabric, forge, quilt | 17 ноября 2024 г. | .jar (281 КБ) |
Показаны последние 15 из 100 версий. Все версии — на Modrinth.
Ченджлог
2.1.3Релиз1.21.9, 1.21.10, 1.21.11 · 28 января 2026 г.
:bug: Bug Fixes
59cac30- fail to load fabric mods in sub directories by wrongconnector.additionalModLocations(commit by @SettingDust)
2.1.2Релиз1.21.9, 1.21.10, 1.21.11 · 28 января 2026 г.
:bug: Bug Fixes
ec4217b- failing to load fabric mods in sub directories (commit by @SettingDust)
2.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 27 января 2026 г.
:bug: Bug Fixes
36b536b- avoid load mods contains connector placeholder (commit by @SettingDust)
2.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 26 января 2026 г.
1.0.5Релиз1.21.9, 1.21.10, 1.21.11 · 21 декабря 2025 г.
1.0.4Релиз1.21.9, 1.21.10, 1.21.11 · 20 декабря 2025 г.
1.0.3Релиз1.21.8, 1.21.9, 1.21.10 · 7 декабря 2025 г.
:bug: Bug Fixes
decdae7- bump cloche to fix isn't loading on NF and Forge (commit by @SettingDust)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
