Language

Config Overhauled

Config Overhauled

Modrinth

A powerful config library for lazy mod developers.

574 downloads 3 followers updated 24m ago
latest v1.0.1+26.1-neoforge Modrinth
Fabric Forge Neoforge 1.21 – 26.1.2 LibraryManagementUtility

Banner

Tired of wrestling with boilerplate code just to add a single config toggle? Config Overhauled is a next-generation, schema-driven configuration framework built to make modding fun again.

Discover how Config Overhauled eliminates the grunt work of config management, network syncing, and GUI building so you can focus on making your mod great.

Developer Tools

Zero-Boilerplate Developer Tools

Say goodbye to mapping properties manually, writing verbose JSON parsers, and wiring up bloated registries. Config Overhauled uses a sleek, fluent interface builder that lets you construct properties in one continuous, intuitive chain.

Whether you need a simple boolean, a bounded double, an RGB color integer, a list of strings, or direct references to Items and Blocks, the framework provides an arsenal of pre-defined types ready to deploy.

To speed up your workflow even further, the framework completely automates the tedious peripheries of modding:

  • Instant Localization: Stop hunting for translation keys. Run /config_lang_gen <mod_id> in-game to instantly generate a complete language file template for all your defined categories, groups, properties, and even tooltips.

  • Diagnostics on Demand: Need to debug? Use the /config_dump <mod_id> command to export a pristine JSON snapshot of your active configuration state.

User Interface

Auto-Generated, Vanilla-Aligned GUI

Building config screens is notoriously tedious. So we automated it.

Config Overhauled reads your property chains and dynamically generates a beautiful, Vanilla-aligned GUI - without requiring a single line of frontend code from you.

It provides rich, interactive widgets out of the box. Color properties get dedicated hex boxes with visual color previews, bounded numbers enforce regex validation, and Item/Block configurations spawn beautiful, searchable registry selection screens. It even supports real-time exposition of Data-Pack values, allowing players to manipulate complex data directly through the UI.

Network Sync

True Multiplayer Harmony

A beautiful interface relies on the client and server perfectly agreeing on the underlying data. Rather than writing custom network packets and manual synchronization routines, you can rely on automatic state reconciliation.

Config Overhauled silently bridges the host and the client:

  • Live Remote Editing: Authorized server admins can edit the live server configuration directly from their local client GUI. The client dispatches a secure update request, the server mutates the state, and seamlessly broadcasts the sync to everyone online.
  • Client State Preservation: When a player joins a multiplayer server, their local personal config is safely archived and replaced with the server's authoritative settings. The moment they disconnect, their custom local settings are flawlessly restored.

System Config

Strict System Scoping

To manage this automated synchronization effectively, a robust library needs clear rules. Not all data is created equal. Config Overhauled enforces strict execution boundaries, classifying every property into one of three scopes:

  • CLIENT: Isolated, local execution for visual settings or client-side UI toggles. Rejects server overrides.

  • GLOBAL: Universal behavior that applies universally across the environment instance. The server assumes control and synchronizes these properties to all connected clients. Client state is restored upon ending the session.

  • LEVEL: World-specific data strictly bound to the active save file. The server holds total authority and strictly synchronizes these properties to all connected clients.

Because the framework inherently understands these scopes, it routes the data intelligently. It knows that a client-side visual toggle requires entirely different network handling than a world-specific dynamic datapack parameter.

Acknowledgements
This project contains or relies on third-party software components.

NightConfig

This project bundles NightConfig. Under the terms of the LGPL-3.0, the complete GNU GPL and GNU LGPL license texts are distributed alongside this software.

MultiLoader-Template

Utilized as the structural foundation for the cross-platform build environment.

Versions

Release
1.0.1+26.1-neoforge
neoforge · 26.1, 26.1.1, 26.1.2 · 24m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+26.1-forge
forge · 26.1, 26.1.1, 26.1.2 · 24m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+26.1-fabric
fabric · 26.1, 26.1.1, 26.1.2 · 24m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.11-neoforge
neoforge · 1.21.11 · 26m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.11-forge
forge · 1.21.11 · 27m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.11-fabric
fabric · 1.21.11 · 28m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.9-neoforge
neoforge · 1.21.9, 1.21.10 · 31m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.9-forge
forge · 1.21.9, 1.21.10 · 31m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.9-fabric
fabric · 1.21.9, 1.21.10 · 31m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.6-neoforge
neoforge · 1.21.6, 1.21.7, 1.21.8 · 35m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.6-forge
forge · 1.21.6, 1.21.7, 1.21.8 · 36m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties
Release
1.0.1+1.21.6-fabric
fabric · 1.21.6, 1.21.7, 1.21.8 · 36m ago
- Fix ConcurrentModificationException during Server-Client sync of dynamic properties

Comments 0

No comments yet. Be the first to share your thoughts.

FAQ

How do I install Config Overhauled?

Download the file for your Minecraft version and loader from this page, then drop the .jar into your mods (or plugins) folder and launch the game.

Is Config Overhauled free?

Config Overhauled is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.

Which Minecraft versions does Config Overhauled support?

Works with Fabric, Forge, Neoforge. Supports versions 1.21–26.1.2. See the download section on this page for the full list of supported versions and loaders.

Download Config Overhauled

R 1.0.1+26.1-neoforge 26.1, 26.1.1, 26.1.2 neoforge 216 KB R 1.0.1+26.1-forge 26.1, 26.1.1, 26.1.2 forge 218 KB R 1.0.1+26.1-fabric 26.1, 26.1.1, 26.1.2 fabric 591 KB R 1.0.1+1.21.11-neoforge 1.21.11 neoforge 213 KB R 1.0.1+1.21.11-forge 1.21.11 forge 214 KB R 1.0.1+1.21.11-fabric 1.21.11 fabric 584 KB R 1.0.1+1.21.9-neoforge 1.21.9, 1.21.10 neoforge 213 KB R 1.0.1+1.21.9-forge 1.21.9, 1.21.10 forge 214 KB R 1.0.1+1.21.9-fabric 1.21.9, 1.21.10 fabric 584 KB R 1.0.1+1.21.6-neoforge 1.21.6, 1.21.7, 1.21.8 neoforge 212 KB R 1.0.1+1.21.6-forge 1.21.6, 1.21.7, 1.21.8 forge 214 KB R 1.0.1+1.21.6-fabric 1.21.6, 1.21.7, 1.21.8 fabric 584 KB R 1.0.1+1.21.5-neoforge 1.21.5 neoforge 213 KB R 1.0.1+1.21.5-forge 1.21.5 forge 214 KB R 1.0.1+1.21.5-fabric 1.21.5 fabric 584 KB R 1.0.1+1.21.4-neoforge 1.21.4 neoforge 213 KB R 1.0.1+1.21.4-forge 1.21.4 forge 214 KB R 1.0.1+1.21.4-fabric 1.21.4 fabric 584 KB R 1.0.1+1.21.2-neoforge 1.21.2, 1.21.3 neoforge 213 KB R 1.0.1+1.21.3-forge 1.21.2, 1.21.3 forge 214 KB R 1.0.1+1.21.2-fabric 1.21.2, 1.21.3 fabric 584 KB R 1.0.1+1.21-neoforge 1.21, 1.21.1 neoforge 212 KB R 1.0.1+1.21-forge 1.21, 1.21.1 forge 214 KB R 1.0.1+1.21-fabric 1.21, 1.21.1 fabric 584 KB R 1.0.0+26.1-neoforge 26.1, 26.1.1, 26.1.2 neoforge 216 KB R 1.0.0+26.1-forge 26.1, 26.1.1, 26.1.2 forge 218 KB R 1.0.0+26.1-fabric 26.1, 26.1.1, 26.1.2 fabric 591 KB R 1.0.0+1.21.11-neoforge 1.21.11 neoforge 213 KB R 1.0.0+1.21.11-forge 1.21.11 forge 214 KB R 1.0.0+1.21.11-fabric 1.21.11 fabric 584 KB R 1.0.0+1.21.9-neoforge 1.21.9, 1.21.10 neoforge 212 KB R 1.0.0+1.21.9-forge 1.21.9, 1.21.10 forge 214 KB R 1.0.0+1.21.9-fabric 1.21.9, 1.21.10 fabric 584 KB R 1.0.0+1.21.6-neoforge 1.21.6, 1.21.7, 1.21.8 neoforge 212 KB R 1.0.0+1.21.6-forge 1.21.6, 1.21.7, 1.21.8 forge 213 KB R 1.0.0+1.21.6-fabric 1.21.6, 1.21.7, 1.21.8 fabric 584 KB R 1.0.0+1.21.5-neoforge 1.21.5 neoforge 212 KB R 1.0.0+1.21.5-forge 1.21.5 forge 213 KB R 1.0.0+1.21.5-fabric 1.21.5 fabric 584 KB R 1.0.0+1.21.4-neoforge 1.21.4 neoforge 213 KB R 1.0.0+1.21.4-forge 1.21.4 forge 214 KB R 1.0.0+1.21.4-fabric 1.21.4 fabric 584 KB R 1.0.0+1.21.2-neoforge 1.21.2, 1.21.3 neoforge 213 KB R 1.0.0+1.21.3-forge 1.21.3 forge 214 KB R 1.0.0+1.21.2-fabric 1.21.2, 1.21.3 fabric 584 KB R 1.0.0+1.21-neoforge 1.21, 1.21.1 neoforge 212 KB R 1.0.0+1.21-forge 1.21, 1.21.1 forge 213 KB R 1.0.0+1.21-fabric 1.21, 1.21.1 fabric 583 KB

Files are served directly from the original source. Modgrid does not host or modify them.