Examples of ATGPlugin


Examples of extrabiomes.module.amica.atg.ATGPlugin

    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
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.