
Data Config
A mod that gives Minecraft datapacks a visual graphical configuration interface. Datapack authors only need to write simple JSON configurations, and players can adjust datapack parameters directly through the Cloth Config interface in-game, without manuall
Обновлён 5 июля 2026 г. · опубликован 18 мая 2026 г.
Introduction
Datapack Config Mod is a utility mod for Minecraft Forge 1.20.1 that provides datapack developers with a convenient graphical configuration interface.
By integrating the Cloth Config API, the mod allows players to modify datapack parameters directly in-game without manually editing JSON files or restarting the game.
Main Features
🎨 Graphical Configuration Interface
- Uses Cloth Config to provide a user-friendly interface
- Supports 10+ configuration types: sliders, text boxes, dropdown menus, color pickers, etc.
- Changes take effect immediately — no game restart required
🌍 Full Localization Support
- Bilingual interface (Chinese and English)
- Config option names, descriptions, and tooltips can be set per language
📦 Global Datapack Loading
- Automatically loads
.zipdatapacks fromconfig/datapack-config-mod/ - Each datapack can be toggled on/off via the config interface
- Datapacks are loaded with the highest priority
🔧 Main Menu Shortcut
- A "Datapack Config" button is added to the top‑right corner of the main menu for one‑click access
Supported Configuration Types
| Type | Description |
|---|---|
boolean |
Boolean toggle |
int / slider |
Integer input / slider |
double / double_slider |
Floating‑point input / slider |
string |
Text input |
enum / enum_selector |
Dropdown menu / enum selector |
color |
Color picker |
Quick Start
For Datapack Authors
Create a datapack_config.json file in the root directory of your datapack:
{
"config": {
"spawn_rate": {
"type": "slider",
"default": "50",
"min": 0,
"max": 100,
"name": {
"zh_cn": "生物生成率",
"en_us": "Mob Spawn Rate"
},
"filePath": "data/mydatapack/config.json",
"key": "spawn_rate"
}
}
}
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.0.2-1.21.10-neo | Бета | 1.21.10, 1.21.11 | neoforge | 5 июля 2026 г. | .jar (121 КБ) |
| 0.0.2-1.20.1 | Бета | 1.20.1 | forge | 31 мая 2026 г. | .jar (221 КБ) |
| 0.0.2-1.20.4 | Бета | 1.20.4 | forge | 31 мая 2026 г. | .jar (222 КБ) |
| 0.0.2-1.21.1 | Бета | 1.21.1 | forge | 31 мая 2026 г. | .jar (220 КБ) |
| 0.0.1-1.20.1 | Бета | 1.20.1 | forge | 18 мая 2026 г. | .jar (220 КБ) |
Ченджлог
0.0.1-1.20.1Бета1.20.1 · 18 мая 2026 г.
v0.0.1 — Initial Release
This is a Forge 1.20.1 mod that provides a visual graphical configuration interface for Minecraft datapacks.
Core Features:
Datapack Configuration GUI — Datapack authors write datapack_config.json, and the mod automatically parses it and generates a Cloth Config configuration interface Supports 8 types of configurations: Boolean toggle / Integer / Float / Slider / Dropdown / Enum selector / Color picker / Text input Categorized Grouping — Supports organizing configuration items into collapsible subcategories Batch Modification — One configuration item can modify multiple files within a datapack simultaneously Global Loading — Supports automatically loading .zip datapacks from config/datapack-config-mod/, which can be toggled on or off in the GUI Localization — Complete bilingual interface in Chinese and English, automatically matching the game language Main Menu Button — Adds a "Datapack Config" shortcut in the top right corner of the main menu Dependency: Cloth Config v11 (optional, recommended)
Полная история изменений — на Modrinth.
Комментарии
Загружаем…


