Back to mods
Simple Config Lib project artwork

CurseForge · Minecraft mod

Simple Config Lib

Effortless mod settings with auto-generated config screens

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Simple Config Lib release matches 26.2?

Updated today
Best match for your filters Simple Config Lib Forge 26.2 v1.0
Game version 26.2
Loader Forge

Simple Config Lib Forge 26.2 v1.0 targets 26.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Simple Config Lib required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Simple Config Lib Forge 26.2 v1.0 need?

Simple Config Lib Forge 26.2 v1.0 on 26.2. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Simple Config Lib without breaking your instance.

Built for Simple Config Lib Forge 26.2 v1.0 on 26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Simple Config Lib Forge 26.2 v1.0. It targets 26.2 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Simple Config Lib Forge 26.2 v1.0. It opens that exact file at the source.

About this project

What does Simple Config Lib add?

banner.png

Simple Config Lib

Simple Config Lib is a library for Minecraft mods designed to handle settings. It lets a developer describe a configuration with an ordinary Java class, after which the library automatically builds an in-game settings screen and takes care of saving and loading the data.

The main goal of the project is to free developers from routinely implementing a settings system and to provide a single, predictable result across all supported platforms.

The library supports the Fabric, Forge, and NeoForge loaders.

Detailed documentation is available in the wiki: Simple Config Lib Wiki

Test configuration screen


Purpose

The library provides a unified way to work with mod settings, covering configuration description, storage, and display.

Simple Config Lib offers a single approach to solving this task:

  • the configuration is described once as a class;
  • the settings screen is generated automatically;
  • data is saved and loaded without any additional code;
  • behavior stays identical on Fabric, Forge, and NeoForge.

This approach lets developers focus on the mod's functionality rather than on the infrastructure behind its settings.


Who It's For

  • Mod developers — it is intended for those who want to give users a convenient settings screen without spending time implementing the interface and file handling themselves.
  • Players — the library is a dependency and is usually installed because another mod requires it. It needs no separate configuration and simply ensures that the settings of other mods work correctly.

Features

  • Configuration described at the class level with automatic generation of the settings screen.
  • A ready-made settings screen that can be obtained with a single call right after describing the configuration — the library handles building the interface.
  • Automatic saving and loading of values without any manual file handling.
  • Consistent behavior across all supported loaders.
  • Automatic localization based on the configuration structure.
  • A rich set of interface elements for representing various data types.
  • A set of client-side helper utilities that simplify creating screens. Like the configuration itself, these utilities can be used independently of the game version.

Installation

On the Fabric loader, Fabric API must be installed additionally for the library to work. On Forge and NeoForge, no additional dependencies are required.


FAQ

Do players need to install the library?
Only if another mod requires it. Simple Config Lib is a dependency and needs no separate configuration — it simply makes the settings of the mods that use it work.

Can the library be added to modpacks?
Yes. The library can be included in modpacks as long as a link to its original page is provided.

Does the library conflict with other mods?
No. Simple Config Lib does not interfere with other mods and does not conflict with them.

Do I need to write different code for different versions and loaders?
No. Both the configuration and the helper utilities are designed to be used independently of the game version and loader — the same code works everywhere.

Where do I report bugs and suggestions?
Bugs and suggestions can be reported on GitHub.


Project Status

Simple Config Lib was originally created for my own projects. I had to take it on because many existing libraries stopped supporting Forge on the newest versions of Minecraft.

The project is open and continues to develop: the feature set will expand, and any bugs found will be fixed.

Project description from CurseForge.

Pick your setup

Simple Config Lib by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

48 available setups

Showing the newest 12 of 13 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Simple Config Lib versions and loaders

3 of 35 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.