Package vazkii.botania.common.integration.buildcraft

Examples of vazkii.botania.common.integration.buildcraft.StatementAPIPlugin


    MinecraftForge.EVENT_BUS.register(new SpawnerChangingHandler());

    FMLInterModComms.sendMessage("ProjectE", "interdictionblacklist", EntityManaBurst.class.getCanonicalName());
   
    if(Botania.bcTriggersLoaded)
      new StatementAPIPlugin();
  }
View Full Code Here

TOP

Related Classes of vazkii.botania.common.integration.buildcraft.StatementAPIPlugin

Copyright © 2018 www.massapicom. 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.