Started working on the new config GUI. Looks pretty nice!

This commit is contained in:
0xSeb
2015-11-03 18:31:37 +01:00
parent 3a73cef7b3
commit 441f632294
5 changed files with 91 additions and 13 deletions
@@ -12,13 +12,6 @@ import net.minecraft.entity.player.EntityPlayer;
*/
public class CraftingKeysProxy {
/**
* Register Renderers (not needed here).
*/
public void registerRenderers() {
}
/**
* The Minecraft call to send a mouse click to a GUI. [Based on INVTW]
*