Package cofh.mod.updater

Examples of cofh.mod.updater.UpdateManager


    CoFHProps.configDir = event.getModConfigurationDirectory();

    // loadLang();

    UpdateManager.registerUpdater(new UpdateManager(this, releaseURL, CoFHProps.DOWNLOAD_URL));
    configCore.setConfiguration(new Configuration(new File(CoFHProps.configDir, "/cofh/CoFHCore.cfg")));
    configClient.setConfiguration(new Configuration(new File(CoFHProps.configDir, "/cofh/Client.cfg")));
    MinecraftForge.EVENT_BUS.register(proxy);
    proxy.preinit();
View Full Code Here

TOP

Related Classes of cofh.mod.updater.UpdateManager

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.