Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Simple Mod Config

Simple Mod Config

A minecraft modding framework for creating configuration files for both client and server

12.3k
9
Library
Utility

Compatibility

Minecraft: Java Edition

1.20–1.20.1
1.19.4

Platforms

Fabric
Forge

Supported environments

Client-side
Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki
Sponsor on GitHub

Creators

DcmanProductions
DcmanProductions Owner

Details

Licensed GPL-3.0-only
Published 2 years ago
Updated 2 years ago
DescriptionGalleryChangelogVersions

Simple Config Banner.svg

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

  • Installation
  • Getting Started
  • Mod Menu

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}")
}

Modrinth is open source.

main@016c3d7

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.