Jezza / OmnisCore

A Java library built on MinecraftForge to provide an API for easy implementation of Minecraft mods.
GNU Lesser General Public License v2.1
4 stars 2 forks source link

In-game Gui Config #10

Open Jezza opened 9 years ago

Jezza commented 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.

Jezza commented 9 years ago

To help with Controller Selection, probably want to make an easier-to-use GuiScrollingList inside of FML. Maybe back it with a list?