A multi-loader Minecraft mod configuration library.
Rubric does what YetAnotherConfigLib (YACL) originally set out to do: be a configuration library — and nothing more. It defines your config, loads and saves it, validates and migrates it, and syncs it between server and client. It does not draw the settings screen itself.
Where YACL grew into a full configuration-plus-GUI framework, Rubric stops at the library layer and leaves the frontend to whichever config-screen library the user already has
installed. Today that means YACL and Cloth Config, with more frontends possible via the ScreenProvider SPI. If neither is installed, Rubric still loads and edits your config on
disk — the in-game screen falls back to a placeholder that points the user at the config file.
Early. APIs may still shift.
MIT.