HomeJavaModsCoreConfig
CoreConfig
ModsJava

CoreConfig

by Pryzmm · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 26.1–26.1.2 · Forge⬇ Download for 1.21.11 · Forge⬇ Download for 1.21.9–1.21.10 · Forge⬇ Download for 1.21.6–1.21.8 · Forge⬇ Download for 1.21.5 · Forge⬇ Download for 1.21.4 · Forge⬇ Download for 1.21.2–1.21.3 · Forge⬇ Download for 1.21.1 · Forge⬇ Download for 26.1–26.1.2 · Fabric⬇ Download for 1.21.11 · Fabric⬇ Download for 1.21.9–1.21.10 · Fabric⬇ Download for 1.21.6–1.21.8 · Fabric⬇ Download for 1.21.5 · Fabric⬇ Download for 1.21.4 · Fabric⬇ Download for 1.21.2–1.21.3 · Fabric⬇ Download for 26.1–26.1.2 · NeoForge⬇ Download for 1.21.11 · NeoForge⬇ Download for 1.21.9–1.21.10 · NeoForge⬇ Download for 1.21.6–1.21.8 · NeoForge⬇ Download for 1.21.5 · NeoForge⬇ Download for 1.21.4 · NeoForge⬇ Download for 1.21.2–1.21.3 · NeoForge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

CoreConfig Logo

CoreConfig is a modern and easy-to-use configuration mod that allows developers to easily implement settings that users can change at will. CoreConfig is highly customizable and can even have decorated banners, button colors and more, specific to the viewed mod, making it a viable option for new mods.

image

Features

CoreConfig comes with a bunch of features for developers:

It also has some perks for players using the CoreConfig mod:

Implementation

To use this in your own mod, you can add Jitpack as a repository, then implement my API directly into the mod. This makes having the configuration mod optional and players will not have to download CoreConfig alongside your mod. Below is how to implement it with gradle or maven.

If players do not have the CoreConfig mod installed, supplied default values will ALWAYS be used.

The API is a normal java library, NOT a minecraft mod library. Implementation may vary depending on your loader and versions. Subject to change in the future.

repositories {
    mavenCentral()
}

dependencies {
    implementation "io.github.pryzmm:coreconfigapi:1.0.3"
}

<dependency>
    <groupId>io.github.pryzmm</groupId>
    <artifactId>coreconfigapi</artifactId>
    <version>1.0.3</version>
</dependency>

Support

You can support the development of this mod and future releases by becoming a sponsor on GitHub or supporting my Ko-Fi!

github-sponsor kofi-sponsor

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more