your current location:首页 > news>[Y ACL] Yet Another Config Lib Minecraft

[Y ACL] Yet Another Config Lib Minecraft

2024-12-12 09:30:47|Myriagame |source:minecraft skins

Why is this module existing

This module exists to fill a pit in the field of Fabric modules. The existing mainstream configuration library cannot achieve what the author wants:

Cloth Config API: It is outdated, and the developers of Cloth Config API have stated that they may not add any features.

SprUCEUI: It is not designed for configuration. This design seems to be messy (provided more information in this ISSUE).

Midnightlib: It contains too many unnecessary functions.

Owolib: Similar to Midnightlib, there are many things in addition to configuration, which increases the size.

The above libraries have some shortcomings, so the author has developed this module.

How does YACL become better?

YACL has the favor of the later seeing. When developing this new library, the author can ensure that it is right:

Only configuration: YACL does not include other functions, only the configuration interface is generated.

It is very lightweight: YACL handed the configuration management right to player, and it does not include automatic configuration or other alternative schemes (for this feature, you can cooperate with the author's other library Settxi).

The interface is simple: YACL draws inspiration from the built -in configuration library of sodium.

Uniform style: YACL's GUI aims to maintain the same style as the original.

usage

The wiki contains a complete document about how to use YACL.

screenshot

Minecraft images