skyecodes / IBE-Editor

A simple GUI mod to edit an item, a block or an entity in your current world.
https://www.curseforge.com/minecraft/mc-mods/ibe-editor
MIT License
39 stars 13 forks source link

Small Forge features #21

Closed DalekCraft2 closed 3 years ago

DalekCraft2 commented 3 years ago

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?

skyecodes commented 3 years ago

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.

DalekCraft2 commented 3 years ago

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.

skyecodes commented 3 years ago

Oh my bad. Yeah, either could work, I'll see what I can manage to do.

skyecodes commented 3 years ago

Closed as both these features (Forge update checker, config GUI) have been implemented in versions 2.0.1 and 2.0.0 respectively.