promotional bannermobile promotional banner

FastConfigAPI

A mod that makes creating Configs easy and fast
Back to Files

Fast Config API 1.20.1-forge - 2.0.2

File namefastconfigapi-2.0.2.jar
Uploader
Infinituum17Infinituum17
Uploaded
Sep 20, 2024
Downloads
1.4K
Size
270.2 KB
Mod Loaders
Forge
File ID
5739849
Type
B
Beta
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:fastconfigapi-990853:5739849")

Learn more about Curse Maven

What's new

Fast Config API

Rewritten the whole API (v2, beta)

  • Added new FastConfig annotation
  • Added new Loader annotation
  • Now all configs are loaded dynamically and automatically
  • Now configs can be loaded through URLs
  • Now configs are managed with both sync and async methods
  • Drastically simplified the whole API:
    • FastConfig annotation automatically creates configs
    • Loader annotation defines a specific loader to use to write/read configs
    • Serializers are used to serialize and deserialize classes / strings
    • Removed config registration at startup (now all configs are automatically registered)
    • Added the FastConfigs class to access all the configs
    • Added specific-side configs
    • Added config subdirectories
    • Added loader silently failure
    • Added loader specific deserializer

This mod has no additional files