
Sus Caves
Adds the Role Reveal sound effect from Among Us to minecrafts ambient cave sounds.
- 398
- January 23, 2023

Sus Caves
Adds the Role Reveal sound effect from Among Us to minecrafts ambient cave sounds.
- 398
- January 23, 2023

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.

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:
/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./config_dump <mod_id> command to export a pristine JSON snapshot of your active configuration state.
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.

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:

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.
This project contains or relies on third-party software components.
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.
Utilized as the structural foundation for the cross-platform build environment.
Adds the Role Reveal sound effect from Among Us to minecrafts ambient cave sounds.
Adds the Role Reveal sound effect from Among Us to minecrafts ambient cave sounds.