this.noiseGen4 = new NoiseGeneratorNewOctaves(this.random, 4);
this.noiseGen5 = new NoiseGeneratorPerlinOctaves(this.random, 10);
this.noiseGen6 = new NoiseGeneratorPerlinOctaves(this.random, 16);
this.caveGen = new CavesGen(configs.getWorldConfig(), this.localWorld);
this.canyonGen = new CanyonsGen(configs.getWorldConfig(), this.localWorld);
WorldConfig worldConfig = configs.getWorldConfig();
// Contains 2d array maxSmoothDiameter*maxSmoothDiameter.
// Maximum weight is in array center.