@Init
public void init(FMLInitializationEvent evt)
{
registerColoniesStuff(); // at bottom of this file for legibility
guiHandlerChest = new GuiHandlerColoniesChest();
//guiHandlerChest = new GuiHandler();
NetworkRegistry.instance().registerGuiHandler(this, guiHandlerChest);
//guiHandlerResearchBlock = new GuiHandlerResearchBlock();
//NetworkRegistry.instance().registerGuiHandler(this, guiHandlerResearchBlock);