https://github.com/mrcrayfish/configured
The easiest way to change the configuration of mods!
https://github.com/mrcrayfish/configured
config minecraft minecraft-forge minecraft-mod
Last synced: about 1 hour ago
JSON representation
The easiest way to change the configuration of mods!
- Host: GitHub
- URL: https://github.com/mrcrayfish/configured
- Owner: MrCrayfish
- License: other
- Created: 2021-03-19T03:58:54.000Z (almost 5 years ago)
- Default Branch: multiloader/1.21.4
- Last Pushed: 2025-03-26T02:46:03.000Z (10 months ago)
- Last Synced: 2025-04-05T14:04:55.748Z (10 months ago)
- Topics: config, minecraft, minecraft-forge, minecraft-mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/configured
- Size: 1.44 MB
- Stars: 65
- Watchers: 3
- Forks: 47
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

   [](https://mrcrayfish.com/mods/configured) [](https://www.curseforge.com/minecraft/mc-mods/configured)
# Configured
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
* Allows you to edit mod configurations directly in-game. This makes it easy to quickly modify properties!
* Automatically supports every mod that utilise the supported config systems. No extra work needed mod developers!
* A beautiful GUI design with a focus on creating an intuitive experience.
* Adds a new keybinding to open the mod list from in-game without additional mods.
* Optional support for mod developers to set the background texture of their config menu (See below)
* Lightweight and just works! Add it to your modpack without any problems.
## Supported Config Systems
* Forge (all mods using either client, common, and/or world configs)
* NeoForge (all mods using client, common, and/or world configs)
* Framework (all mods using client, common, server, and/or world configs)
* JEI (Supports editing clients configs)
## 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`
```toml
[modproperties.]
configuredBackground="minecraft:textures/block/stone.png"
```
**Fabric** - Merge this JSON into your `fabric.mod.json`
```json
{
"custom": {
"configured": {
"background": "minecraft:textures/block/stone.png"
}
}
}
```
## Screenshots


