Examples of blacklistDimension()


Examples of erogenousbeef.bigreactors.world.BRSimpleOreGenerator.blacklistDimension()

          1, 2, 11, 13, orePerCluster);

      if(dimensionBlacklist != null) {
        for(int dimension : dimensionBlacklist) {
          yelloriteOreGeneration.blacklistDimension(dimension);
          yelloriteOreGeneration2.blacklistDimension(dimension);
        }
      }

      BRWorldGenerator.addGenerator(BigReactors.yelloriteOreGeneration);
      BRWorldGenerator.addGenerator(yelloriteOreGeneration2);
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.