Examples of BRWorldGenerator


Examples of erogenousbeef.bigreactors.world.BRWorldGenerator

      MultiblockTurbine.inductorBaseDragCoefficient *= turbineCoilDragMultiplier;

      BRConfig.CONFIGURATION.save();

      if(enableWorldGen) {
        worldGenerator = new BRWorldGenerator();
        GameRegistry.registerWorldGenerator(worldGenerator, 0);
      }
     
      // Patch up vanilla being stupid - most mods already do this, so it's usually a no-op
      if(!ItemHelper.oreNameExists("ingotIron")) {
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.