Modscraper Modscraper Minecraft
FConfigLib logo

FConfigLib

Mod

by forward_nern

Version-independent configuration library for Fabric Mod Loader

Type

Mod

CurseForge Downloads

15,336

CurseForge ID

1399870

Modrinth Downloads

37,094

Modrinth ID

8cuS4dwo

Last Updated

Jul 25, 2026

Description

# FConfigLib **FConfigLib** is a simple JSON configuration library designed specifically for Fabric Mod Loader. ## Features * **Version compatibility**: FConfigLib is compatible with every Minecraft version, supported by Fabric Loader. It works on **Ornithe**, **LegacyFabric**, **Babric**, and other such projects. * **Support for other games**: This library is not dependent on Minecraft code, it can be run on any other Java game loaded through Fabric Loader. * **Easy to use API**: FConfigLib has annotation-based value limiters and validators. It allows for safe version conversion via config fixers. Java 8+ is required in order for this mod to work. ## For mod devs How to add to your project
Add JitPack to your repositories list in build.gradle. ```groovy maven { name "JitPack" url "https://jitpack.io" } ```
Add the following line to your dependencies in build.gradle. ```groovy dependencies { ... modImplementation "com.github.ForwarD-NerN:fconfiglib:1.1.0") } ``` Currently, there is no documentation available, however, you can look at an example [here](https://github.com/ForwarD-NerN/fconfiglib/blob/master/src/main/java/ru/nern/fconfiglib/example/ExampleMod.java).

Compatibility

Mod Loaders

Fabric

Game Versions

rd-132211 rd-132328 rd-20090515 rd-160052 rd-161348 c0.0.11a c0.0.13a_03 c0.0.13a c0.30_01c inf-20100618 +244 more

Similar Mods

Included in Modpacks

External Resources