Package buildcraft.core

Examples of buildcraft.core.BuildCraftConfiguration


    BuildcraftFuelRegistry.fuel = FuelManager.INSTANCE;
    BuildcraftFuelRegistry.coolant = CoolantManager.INSTANCE;

    BuilderAPI.schematicRegistry = SchematicRegistry.INSTANCE;
   
    mainConfiguration = new BuildCraftConfiguration(new File(evt.getModConfigurationDirectory(), "buildcraft/main.conf"));
    try {
      mainConfiguration.load();

      Property updateCheck = BuildCraftCore.mainConfiguration.get(Configuration.CATEGORY_GENERAL, "update.check", true);
      updateCheck.comment = "set to true for version check on startup";
View Full Code Here

TOP

Related Classes of buildcraft.core.BuildCraftConfiguration

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.