Package buildcraft.builders.blueprints

Examples of buildcraft.builders.blueprints.BlueprintDatabase


    if (BuildCraftCore.mainConfiguration.hasChanged()) {
      BuildCraftCore.mainConfiguration.save();
    }

    serverDB = new BlueprintDatabase();
    clientDB = new BlueprintDatabase();

    serverDB.init(new String[] {blueprintServerDir}, blueprintServerDir);
    clientDB.init(blueprintLibraryInput, blueprintLibraryOutput);
  }
View Full Code Here

TOP

Related Classes of buildcraft.builders.blueprints.BlueprintDatabase

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.