Package extrabiomes.module.amica.buildcraft

Examples of extrabiomes.module.amica.buildcraft.BuildcraftPlugin


    public static final String LOG_MESSAGE_PLUGIN_INIT  = "log.message.plugin.init";
   
    @SubscribeEvent(priority = EventPriority.LOWEST)
    public void init(ModuleInitEvent event) throws InstantiationException, IllegalAccessException
    {
        Api.registerPlugin(new BuildcraftPlugin());
        //Api.registerPlugin(new ForestryPlugin());
        Api.registerPlugin(new IC2Plugin());
        Api.registerPlugin(new ATGPlugin());
        Api.registerPlugin(new NewDawnPlugin());
    }
View Full Code Here

TOP

Related Classes of extrabiomes.module.amica.buildcraft.BuildcraftPlugin

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.