Config Overhauled

Quick rating

Config Overhauled

No reviews yet

A powerful config library for lazy mod developers.

API/Library
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.0+26.1-neoforge

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

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.

Screenshots

Gallery

  • Title
    Title
  • Edit Preview 1
    Edit Preview 1
  • Edit Preview 2
    Edit Preview 2
  • Edit Preview 3
    Edit Preview 3
  • Dynamic Level Config
    Dynamic Level Config
  • Server Sync
    Server Sync
  • Insufficient Permission
    Insufficient Permission
  • Missing Translation
    Missing Translation
  • Language File Generation
    Language File Generation
  • Language File Generated
    Language File Generated
  • Translated Config
    Translated Config

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works