
Small Forge features
DalekCraft2 opened this issue ยท 4 comments
Forge has features for displaying notifications if mods have updates available. It also has a button for opening the config files of mods in the Mods menu. This mod does not seem to use either of those features. Could it be made to do so in the large upcoming update?
Closed as both these features (Forge update checker, config GUI) have been implemented in versions 2.0.1 and 2.0.0 respectively.
Notification update: I'll keep it in mind. It could be interesting to implement.
Config GUI: Probably won't be implemented, or not directly (like other Forge mods do from the mod list). The next major update will support both Forge and Fabric, which means that I won't be using Forge's config system in order to have a unified config system between Forge and Fabric. As far as I know the only way to implement these config GUIs is by using Forge's config system. I could always implement my own config GUIs instead.
Edit: Config GUIs aren't supported by Forge since 1.13, so I'll have to implement my own config GUIs.
I did not mean config GUIs--I meant that it can directly open the config files.
You can do a GUI if you want to, though.