Search in sources :

Example 1 with GuiHandlerMP

use of stevekung.mods.moreplanets.core.handler.GuiHandlerMP in project MorePlanets by SteveKunG.

the class MorePlanetsCore method postInit.

@EventHandler
public void postInit(FMLPostInitializationEvent event) {
    VersionChecker.startCheck();
    MorePlanetsCore.PROXY.registerPostRendering();
    CommonRegisterHelper.registerGUIHandler(this, new GuiHandlerMP());
    CraftingManagerMP.init();
    MPSchematics.init();
    MPDimensions.init();
    ItemCapsule.init = true;
}
Also used : GuiHandlerMP(stevekung.mods.moreplanets.core.handler.GuiHandlerMP) EventHandler(net.minecraftforge.fml.common.Mod.EventHandler)

Aggregations

EventHandler (net.minecraftforge.fml.common.Mod.EventHandler)1 GuiHandlerMP (stevekung.mods.moreplanets.core.handler.GuiHandlerMP)1