Examples of MekanismHooks


Examples of mekanism.common.integration.MekanismHooks

 
  @EventHandler
  public void postInit(FMLPostInitializationEvent event)
  {   
    proxy.loadSoundHandler();
    hooks = new MekanismHooks();
    hooks.hook();
   
    MinecraftForge.EVENT_BUS.post(new BoxBlacklistEvent());
   
    addIntegratedItems();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.