
Modrinth · Minecraft mod
Tiny Config Manager Lib
A small json configuration serializer using gson.
Quick answer
Which Tiny Config Manager Lib release should I use?
Tiny Config Manager Lib 6.0.1-beta+fabric-1.21.11 targets 1.21.11 with Fabric. Do not install it on the client. It must be installed on the dedicated server. All 1 required mods have matching files.
Where it goes
Is Tiny Config Manager Lib required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This file is marked server-only.
What else does Tiny Config Manager Lib 6.0.1-beta+fabric-1.21.11 need?
6.0.1-beta+fabric-1.21.11. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Tiny Config Manager Lib without breaking your instance.
Built for Tiny Config Manager Lib 6.0.1-beta+fabric-1.21.11. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 6.0.1-beta+fabric-1.21.11. It targets 1.21.11 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 6.0.1-beta+fabric-1.21.11. It opens that exact file at the source.
About this project
What does Tiny Config Manager Lib add?
Config Manager
A serializer using GSON and load/save config files.
Use
- Gradle
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:config-manager:${project.configmanager_version}"
}
- Java
import dev.felixagairu.configmanager.ConfigManager
public class Test() {
private static final String defaultConfigs ="{'key':'value'}";
private static final ConfigManager configManager = new ConfigManager("modid.json", defaultConfigs);
private static final JsonObject configs = configManager.loadConfig();
}
icon.png © 2025 by FelixAgairu is licensed under CC BY-NC-SA 4.0
Project description from Modrinth.
Pick your setup
Tiny Config Manager Lib by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader builds1.21.5
2 loader builds1.21.4
2 loader builds1.21.3
2 loader buildsShowing the newest 12 of 32 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
Tiny Config Manager Lib versions and loaders
6.0.1-beta+fabric-1.21.11
config-manager-fabric-6.0.1-beta+mc1.21.11.jar
13 May 2026
6.0.1-beta+neoforge-1.21.11
config-manager-neoforge-6.0.1-beta+mc1.21.11.jar
13 May 2026
6.0.1-beta+fabric-1.21.1
config-manager-fabric-6.0.1-beta+mc1.21.1.jar
13 May 2026
6.0.1-beta+neoforge-1.21.1
config-manager-neoforge-6.0.1-beta+mc1.21.1.jar
13 May 2026
6.0.1-beta+fabric-26.1
config-manager-fabric-6.0.1-beta+mc26.1.jar
13 May 2026
6.0.1-beta+fabric-26.1.2
config-manager-fabric-6.0.1-beta+mc26.1.2.jar
13 May 2026
6.0.1-beta+fabric-26.1.1
config-manager-fabric-6.0.1-beta+mc26.1.1.jar
13 May 2026
6.0.1-beta+neoforge-26.1.1
config-manager-neoforge-6.0.1-beta+mc26.1.1.jar
13 May 2026
6.0.1-beta+neoforge-26.1
config-manager-neoforge-6.0.1-beta+mc26.1.jar
13 May 2026
6.0.1-beta+neoforge-26.1.2
config-manager-neoforge-6.0.1-beta+mc26.1.2.jar
13 May 2026
6.0.0-beta+fabric-1.19
config-manager-fabric-6.0.0-beta+mc1.19.jar
7 May 2026
6.0.0-beta+fabric-1.20.5
config-manager-fabric-6.0.0-beta+mc1.20.5.jar
7 May 2026
Looking for an older file? The official Modrinth project page is in Resources.