{"id":15016117,"url":"https://github.com/mrcrayfish/configured","last_synced_at":"2026-04-13T06:23:03.186Z","repository":{"id":37885191,"uuid":"349294704","full_name":"MrCrayfish/Configured","owner":"MrCrayfish","description":"The easiest way to change the configuration of mods!","archived":false,"fork":false,"pushed_at":"2025-03-26T02:46:03.000Z","size":1507,"stargazers_count":65,"open_issues_count":43,"forks_count":47,"subscribers_count":3,"default_branch":"multiloader/1.21.4","last_synced_at":"2025-04-05T14:04:55.748Z","etag":null,"topics":["config","minecraft","minecraft-forge","minecraft-mod"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/configured","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrCrayfish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-19T03:58:54.000Z","updated_at":"2025-03-26T02:46:06.000Z","dependencies_parsed_at":"2024-05-12T09:25:50.089Z","dependency_job_id":"738fe688-f853-4ba4-896b-be85038053e4","html_url":"https://github.com/MrCrayfish/Configured","commit_stats":{"total_commits":435,"total_committers":24,"mean_commits":18.125,"dds":"0.24827586206896557","last_synced_commit":"22cb06904e33f78a088edf80ccdb321e41c6d5aa"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrCrayfish%2FConfigured","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrCrayfish%2FConfigured/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrCrayfish%2FConfigured/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrCrayfish%2FConfigured/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrCrayfish","download_url":"https://codeload.github.com/MrCrayfish/Configured/tar.gz/refs/heads/multiloader/1.21.4","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345850,"owners_count":20924102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["config","minecraft","minecraft-forge","minecraft-mod"],"created_at":"2024-09-24T19:48:25.660Z","updated_at":"2026-01-25T02:09:37.968Z","avatar_url":"https://github.com/MrCrayfish.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Configured_Banner](https://github.com/MrCrayfish/Configured/assets/4958241/d9ddfa31-7ff3-4489-b4b2-77723e0e361f)\n\n\n![Forge](https://github.com/MrCrayfish/Configured/assets/4958241/5f1efaa6-2649-43e3-83aa-3c7891d922bc) ![Fabric](https://github.com/MrCrayfish/Configured/assets/4958241/47926b83-c53a-4074-a2ca-fdcfb9eba1fc) ![_x__xampp_htdocs_mrcrayfish (3)](https://github.com/MrCrayfish/Configured/assets/4958241/e9b19f76-71af-4903-8059-bce00b5c55ce) [![Download on Website](https://github.com/MrCrayfish/Configured/assets/4958241/460bd882-4918-4241-a0be-c701f71b7f07)](https://mrcrayfish.com/mods/configured) [![Curseforge](http://cf.way2muchnoise.eu/full_configured_downloads.svg?badge_style=for_the_badge)](https://www.curseforge.com/minecraft/mc-mods/configured)\n \n\n\n# Configured\n\nConfigured 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.\n\n## Features\n\n* Allows you to edit mod configurations directly in-game. This makes it easy to quickly modify properties!\n* Automatically supports every mod that utilise the supported config systems. No extra work needed mod developers!\n* A beautiful GUI design with a focus on creating an intuitive experience.\n* Adds a new keybinding to open the mod list from in-game without additional mods.\n* Optional support for mod developers to set the background texture of their config menu (See below)\n* Lightweight and just works! Add it to your modpack without any problems.\n\n## Supported Config Systems\n* Forge (all mods using either client, common, and/or world configs)\n* NeoForge (all mods using client, common, and/or world configs)\n* Framework (all mods using client, common, server, and/or world configs)\n* JEI (Supports editing clients configs)\n\n## Developers\n\nThis 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.\n\n**Forge/NeoForge** - Add this under your `[[mods]]` section in your `mods.toml`\n```toml\n[modproperties.\u003cyour_mod_id\u003e]\n  configuredBackground=\"minecraft:textures/block/stone.png\"\n```\n\n**Fabric** - Merge this JSON into your `fabric.mod.json`\n```json\n{\n  \"custom\": {\n    \"configured\": {\n      \"background\": \"minecraft:textures/block/stone.png\"\n    }\n  }\n}\n```\n\n## Screenshots\n![Screenshot6](https://user-images.githubusercontent.com/4958241/141668789-094a0da7-92a0-404b-ac93-c4d1a8d3e7bf.png)\n![Screenshot2](https://user-images.githubusercontent.com/4958241/141668794-655e84fd-5399-4d6d-a754-4e124f904115.png)\n![Screenshot3](https://user-images.githubusercontent.com/4958241/141668796-fd10121d-7b5e-4330-a2bc-5779a0d96e53.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrcrayfish%2Fconfigured","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrcrayfish%2Fconfigured","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrcrayfish%2Fconfigured/lists"}