Package net.mezzdev.config.api
@NullMarked
package net.mezzdev.config.api
Register and discover configs managed by MezzConfig.
Mods start with Configs.forMod(String), choose the kind of config they need, define its
categories and values, and build the schema during mod initialization.
-
ClassDescriptionEntry point for registering configs with MezzConfig.Creates config schemas and persistent sort orders for one mod.