Planet generation noise tweaks

This commit is contained in:
Anuken
2025-05-31 18:25:18 -04:00
parent 7715728ea0
commit 8991af9598
4 changed files with 2 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ public class SerpuloPlanetGenerator extends PlanetGenerator{
public static boolean genLakes = false;
BaseGenerator basegen = new BaseGenerator();
float heightYOffset = 42.5f;
float heightYOffset = 42.7f;
float scl = 5f;
float waterOffset = 0.04f;
float heightScl = 1.01f;