Is your feature request related to a problem? Please describe.
As the Fireplace Lib developer, I need an easy way to spin up config GUIs for my mods so they individually only have to register in one place, with the lib. The lib can then handle registration with Mod Menu and potentially other mods.
Describe the solution you'd like
An entrypoint is created which allows registering your Config GUI creation function. Ideally we'd bake this in to the Config GUI factory, but better to play it safe and hold off on that part until the next breaking version.
Is your feature request related to a problem? Please describe. As the Fireplace Lib developer, I need an easy way to spin up config GUIs for my mods so they individually only have to register in one place, with the lib. The lib can then handle registration with Mod Menu and potentially other mods.
Describe the solution you'd like An entrypoint is created which allows registering your Config GUI creation function. Ideally we'd bake this in to the Config GUI factory, but better to play it safe and hold off on that part until the next breaking version.