QuiltMC / quilt-loader

The loader for Quilt mods.
Apache License 2.0
472 stars 87 forks source link

Loader Plugins: Allow Access to Quilt Config #419

Open anonymous123-code opened 7 months ago

anonymous123-code commented 7 months ago

Quilt Config currently is initialized to late to be of any use for loader plugins, and loader plugins might need a config too. The main holdup seems to be that plugins (and by extension their configs) need to be able to be unloaded and reloaded, which might raise the need for a API to unload configs. (Or even doing so automatically, ideally)