Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Config Workshop
A safe, searchable, Forge-native configuration editor for Minecraft.
Config Workshop turns configuration specifications registered through Minecraft Forge into clear in-game editing screens. Browse configs from one dashboard, search deeply across their settings, inspect the rules declared by each mod, and save valid changes without manually editing TOML files.
Alpha notice: This release supports loaded
CLIENTandCOMMONForgeConfigSpecfiles.SERVERconfigs are visible but intentionally locked until secure, operator-authorized server synchronization is available.
Features
- One searchable config dashboard for supported installed Forge mods
- Automatic Config button integration in Forge's Mods screen
- Respect for custom screens: if a mod already provides its own config screen, Config Workshop leaves it in control
- Deep search by setting name, full path, comment, type, and current value
- Helpful metadata including defaults, declared ranges, comments, and restart requirements
- Strict validation through the type and rules declared by the owning mod
- Safe saving with a sibling
.configworkshop.bakbackup before every write - Failure rollback so an unsuccessful save does not silently leave the in-memory value changed
- Support for booleans, numbers, strings, enums, and scalar lists
- No runtime mod dependencies
- No arbitrary config-directory scanning
Why use Config Workshop?
Config Workshop is intentionally focused on the standard Forge configuration system. Mods do not need to adopt a replacement config library, and the editor does not guess at unknown files.
It works from registered ForgeConfigSpec metadata so types, validation rules, defaults, comments, and restart flags remain visible and meaningful.
This approach keeps the experience predictable:
- Invalid input is rejected before saving.
- Existing custom config screens are preserved.
- Unsupported custom
IConfigSpecimplementations are ignored cleanly. - Backups and save failures remain visible instead of being hidden.
Supported editions
| Minecraft | Forge | Java | Status |
|---|---|---|---|
| 26.2 | 65.1.0 | 25 | Alpha |
| 1.21.11 | 61.1.0 | 21 | Alpha |
Install the JAR matching your exact Minecraft version. Do not use the 26.2 file on 1.21.11, or the 1.21.11 file on 26.2.
Installation
- Install the matching Minecraft Forge version.
- Download the Config Workshop JAR for your Minecraft version.
- Place the JAR in the instance's
modsfolder. - Start Minecraft and open Mods → Config Workshop → Config.
No additional mod library is required.
Client and server use
Config Workshop is currently a client-side mod. Dedicated servers do not need to install it.
Remote server configuration editing is not included in this alpha, so server-owned configuration files are displayed as locked.
Current alpha limitations
- Remote
SERVERconfig editing is not implemented. - Custom configuration specifications that do not use
ForgeConfigSpecare not edited. - Scalar lists use a comma-separated editor.
- The interface currently includes English translations only.
- Broad real-world compatibility and GUI testing is still in progress.
Please report bugs with your Minecraft version, Forge version, affected mod, steps to reproduce, and the relevant latest.log.
License and attribution
Config Workshop is independently implemented and released under the MIT License. Its source code and visual identity are original.
The project was informed by the public behavior and documentation of Forge Config Screens, Configured, and the public Minecraft Forge configuration APIs.
No upstream artwork, branding, mod IDs, or bundled mod classes are included.
Config Workshop is an unofficial community project. It is not affiliated with or endorsed by Mojang, Microsoft, Minecraft Forge, Forge Config Screens, Configured, OneConfig, CurseForge, or Modrinth.


