your current location:首页 > news>F config lib mincraft

F config lib mincraft

2024-12-12 09:23:20|Myriagame |source:minecraft skins

Fconfiglib

FCONFIGLIB is a simple JSON configuration library designed for Fabric Mod Loader.

Characteristic

Version compatibility: FCONFIGLIB is compatible with most Minecraft versions, supported by Fabric Loader.It is suitable for Ornithe, Legacy Fabric, Babric and other projects.

Support other Java games: FCONFIGLIB does not depend on the Minecraft code, it can run on any other Java games loaded through Fabric Loader.

Easy -to -use API: FCONFIGLIB has an annotated value limiter and verification device, and also allows a safe version conversion through configuration repair program.

The Java 8 or higher version is required to make this module work normally.

For module developers

How to add to your project:

Add JITPACK to the list list of build.gradle.

Add the following content to the dependency items in Build.gradle.

 Maven {name "jitpack" url "https://jitpack.io"} 
 Dependencies {... modimplem Entation "com.github.Forward-adn: fconfiglib: 1.0.0 ")} 

There are currently no available documents.However, you can view an example here.