Lowered amount of octaves.
This commit is contained in:
parent
2e67cb90ca
commit
6c8389d60e
@ -10,7 +10,7 @@ public class BedrockGenerator {
|
|||||||
private final int minBedrockHeight;
|
private final int minBedrockHeight;
|
||||||
|
|
||||||
public BedrockGenerator(Random random, int maxBedrockHeight, int minBedrockHeight) {
|
public BedrockGenerator(Random random, int maxBedrockHeight, int minBedrockHeight) {
|
||||||
noiseGenerator = new SimplexOctaveGenerator(random, 8);
|
noiseGenerator = new SimplexOctaveGenerator(random, 1);
|
||||||
noiseGenerator.setScale(0.1D);
|
noiseGenerator.setScale(0.1D);
|
||||||
this.maxBedrockHeight = maxBedrockHeight;
|
this.maxBedrockHeight = maxBedrockHeight;
|
||||||
this.minBedrockHeight = minBedrockHeight;
|
this.minBedrockHeight = minBedrockHeight;
|
||||||
|
Loading…
Reference in New Issue
Block a user