Back to mods
Tiny Config Manager Lib project artwork

Modrinth · Minecraft mod

Tiny Config Manager Lib

A small json configuration serializer using gson.

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

Quick answer

Which Tiny Config Manager Lib release matches 1.20.6 Forge?

Updated 4 months ago
beta file 5.1.1-beta+forge-1.20.6
Game version 1.20.6
Loader Forge

Tiny Config Manager Lib 5.1.1-beta+forge-1.20.6 targets 1.20.6 with Forge. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.

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.

Client Not supported
Dedicated server Required
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

This file is marked server-only.

What else does Tiny Config Manager Lib 5.1.1-beta+forge-1.20.6 need?

5.1.1-beta+forge-1.20.6 on 1.20.6 Forge. 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 Tiny Config Manager Lib without breaking your instance.

Built for Tiny Config Manager Lib 5.1.1-beta+forge-1.20.6 on 1.20.6 Forge. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 5.1.1-beta+forge-1.20.6. It targets 1.20.6 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

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 5.1.1-beta+forge-1.20.6. It opens that exact file at the source.

About this project

What does Tiny Config Manager Lib add?

English 简体中文

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.

61 available setups

Showing 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

7 of 100 releases match
Clear filters

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