stretch terrain a bit more

pull/12/head
valoeghese 2020-02-29 23:23:21 +13:00
parent bfe9767be9
commit 084a1c72be
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}