
📖 About:
Configured is a simple and lightweight mod that dynamically creates configuration menus for every mod with a supported config system. The mod was initially created due to the removal of Forge's built-in GUI system but it has now expnaded in features and supported modloaders. Configured aims to make it easier for players to modify the configurations of mods by providing a beautiful GUI and an intuitive experience. The best part is that Configured doesn't need other mods to write extra code in order for a menu to be generated, assuming they are using a supported config system. This mod can be safely added to any modpack without any problems.
✨ Features:
✅ Supported Config Systems:

📦 Developers:
This mod has support to change the background texture of the config screen through the mod's metadata. Below you can find an example for each modloader.
Forge/NeoForge - Add this under your [[mods]] section in your mods.toml
[modproperties.<your_mod_id>]
configuredBackground="minecraft:textures/block/stone.png"
Fabric - Merge this JSON into your fabric.mod.json
{
"custom": {
"configured": {
"background": "minecraft:textures/block/stone.png"
}
}
}
🙋♀️ Need Support? Join the Official Discord Server:
The comment section isn't great for support, join the official discord server. You can get help installing and configuring mods, resolving crashes and more! Plus you'll also get access to news about mod updates and development (before anywhere else).