Simple Mod Config
No reviews yet
A minecraft modding framework for creating configuration files for both client and server
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
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 = "" rel="noopener nofollow" target="_blank">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
simpleconfig=0.0.1 #put your version here
Fabric, Quilt, Architectury
dependencies {
// Adding a Simple Mod Config dependency for fabric, quilt and architectury
modImplementation include("maven.modrinth:simple-mod-config:${project.simpleconfig}")
}
Forge
dependencies {
// Adding a Simple Mod Config dependency for forge
implementation fg.deobf("maven.modrinth:simple-mod-config:${project.simpleconfig}")
}
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 here
Fabric, 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}")
}
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers