promotional bannermobile promotional banner
premium banner
Version-independent mod configuration API

Description

Omniconfig

Version-independent mod configuration API. Previously embedded in Grimoire, now offered as a standalone API.

For players

This is just a library and won't offer any gameplay content, other mods may require this as dependency

For developers

This library allows you to use a forge like configuration system without directly depending on forge, allowing you to make configuration before forge itself is even loaded. Multi version coremods may depend on the library without tying itself to version specific classes.

You can find all documentation on using this library at our GitHub repo