stretch terrain a bit more
parent
bfe9767be9
commit
084a1c72be
|
@ -11,7 +11,7 @@ public class EarthChunkGenerator implements ChunkGenerator, WorldGenConstants
|
|||
public EarthChunkGenerator(long seed, int dimension)
|
||||
{
|
||||
Random rand = new Random(seed);
|
||||
this.noise = new OctaveSimplexNoise(rand, 3, 250.0, 35.0, 10.0);
|
||||
this.noise = new OctaveSimplexNoise(rand, 3, 250.0, 50.0, 18.0);
|
||||
this.stoneNoise = new OctaveSimplexNoise(rand, 1);
|
||||
this.dimension = dimension;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue