Open Jezza opened 9 years ago
Should be fairly simple for a mod author to take advantage of already present config annotations. @Mod(guiFactory = Config.DEFAULT_GUI_FACTORY) Should be as simple as that.
@Mod(guiFactory = Config.DEFAULT_GUI_FACTORY)
To help with Controller Selection, probably want to make an easier-to-use GuiScrollingList inside of FML. Maybe back it with a list?
Should be fairly simple for a mod author to take advantage of already present config annotations.
@Mod(guiFactory = Config.DEFAULT_GUI_FACTORY)
Should be as simple as that.