Back to mods
Config Overhauled project artwork

CurseForge · Minecraft mod

Config Overhauled

A powerful config library for lazy mod developers.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Config Overhauled release should I use?

Updated 4 days ago
Latest stable file config-overhauled-1.0.1+26.2-neoforge.jar
Game version 26.2
Loader NeoForge

Config Overhauled config-overhauled-1.0.1+26.2-neoforge.jar targets 26.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Config Overhauled required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Config Overhauled config-overhauled-1.0.1+26.2-neoforge.jar need?

config-overhauled-1.0.1+26.2-neoforge.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Config Overhauled without breaking your instance.

Built for Config Overhauled config-overhauled-1.0.1+26.2-neoforge.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use config-overhauled-1.0.1+26.2-neoforge.jar. It targets 26.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside config-overhauled-1.0.1+26.2-neoforge.jar. It opens that exact file at the source.

About this project

What does Config Overhauled add?

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.

Project description from CurseForge.

Pick your setup

Config Overhauled by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

48 available setups

Showing the newest 12 of 16 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Config Overhauled versions and loaders

51 of 51 releases match

Looking for an older file? The official CurseForge project page is in Resources.