Minor generation improvements

This commit is contained in:
Anuken
2021-06-12 10:11:37 -04:00
parent ae52eaab19
commit d710c2e8b5
2 changed files with 2 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ import static mindustry.Vars.*;
public class ErekirPlanetGenerator extends PlanetGenerator{
public float scl = 2f;
public float heightScl = 1f, octaves = 8, persistence = 0.7f, heightPow = 3f, heightMult = 1.5f;
public float heightScl = 0.9f, octaves = 8, persistence = 0.7f, heightPow = 3f, heightMult = 1.6f;
Block[][] arr = {
{Blocks.regolith, Blocks.regolith, Blocks.yellowStone, Blocks.rhyolite, Blocks.basalt}