TwelveIterationMods / DefaultOptions

Minecraft Mod. A way for modpacks to ship default settings without having to include an options.txt file.
https://mods.twelveiterations.com/mc/default-options/
Other
9 stars 9 forks source link

[Request] Generalised API for Mods to Distrubute Custom Option Files #54

Closed starmun-0010 closed 2 years ago

starmun-0010 commented 2 years ago

Instead of working on compatibility for individual mods, it would be really nice to have an API. An API which would enable developers of any mod with custom option files to distribute their files via the Default Options.

This request is in self-interest too, my mod Just Enough Keys depends on its own custom keybinding file and It would be lovely if I could distribute the file via Default Options.

BlayTheNinth commented 2 years ago

Refactored the mod and added a simple API, not sure if it can do what you need yet but let me know if you have any ideas for improvement