Simple Mod Config
ModA minecraft modding framework for creating configuration files for both client and server
Type
Mod
Modrinth Downloads
20,682
Modrinth ID
xtPYrzCS
Last Updated
Jul 29, 2026
Description
What is Simple Mod Config
Simple Config is a minecraft configuration library.
This helps minecraft mod developers easily create a configs in minecraft.
This mod is built with no modding platform in mind. Meaning it can be integrated in
Forge,
Fabric,
Quilt,
and any other minecraft modding platforms that popup throughout the years.
Table of Contents
Screenshot

Installation
Add the Modrith Maven to your build.gradle file
repositories { // Add the modrinth maven maven { url = "https://api.modrinth.com/maven" } }Then add Simple Mod Config to your dependencies. You can find the right version on our Modrinth page
Common
Add the version to your gradle.properties files
#Simple Mod Config Version simpleconfig=0.0.1 #put your version hereFabric, Quilt, Architectury
dependencies { // Adding a Simple Mod Config dependency for fabric, quilt and architectury modImplementation include("maven.modrinth:simple-mod-config:fabric-${project.simpleconfig}") }Forge
dependencies { // Adding a Simple Mod Config dependency for forge modImplementation include("maven.modrinth:simple-mod-config:forge-${project.simpleconfig}") }Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Screenshots
Similar Mods
JASB Tweaks
A small mod made for Just Another SkyBlock modpack
F-Tech: Equipment
Adds a new backpack with upgrades, and robotic arms!
AeroFlame
AeroFlame is an addon that adds abilities to jetray and reworks swampfire.
Amnesia Blocks
Makes you randomly forget what a block is.
Heralds II - Flags, Banners, Heraldry & More!
Banners, Flags & Heraldry brought to minecraft in a vanilla friendly way!
Slot Customization API
A small API for mods to dynamically change inventory slot positions and enable/disable them.