CurseForge · Minecraft mod
Simple Config Lib
Effortless mod settings with auto-generated config screens
Quick answer
Which Simple Config Lib release matches 26.2?
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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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?
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
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.
26.1.2
4 loader builds1.21.11
4 loader builds1.21.10
4 loader builds1.21.8
4 loader builds1.21.5
4 loader builds1.21.4
4 loader builds1.21.3
4 loader builds1.21.1
4 loader builds1.20.6
3 loader builds1.20.4
3 loader builds1.20.2
3 loader buildsShowing 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
Simple Config Lib Forge 26.2 v1.0
simple-config-lib-1.0-forge+26.2.jar
15 Aug 2026
Simple Config Lib Neoforge 26.2 v1.0
simple-config-lib-1.0-neoforge+26.2.jar
15 Aug 2026
Simple Config Lib Fabric 26.2 v1.0
simple-config-lib-1.0-fabric+26.2.jar
15 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.