Skip to content

Commit 6472e02

Browse files
committed
Empyrean Tierless units adjustments 1
1 parent e774542 commit 6472e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exogenesis/maps/planets/vanstarNewPlanetGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void getColor(Vec3 position, Color out) {
8787

8888
float height = rawHeight(position);
8989
float depth = Simplex.noise3d(baseSeed, 4, 0.7f, 0.5f, position.x, position.y, position.z);
90-
float mountains = Ridged.noise3d(baseSeed, pos.x, pos.y, pos.z, 5, 0.3f);
90+
float mountains = Ridged.noise3d(baseSeed, pos.x, pos.y, pos.z, 2, 0.5f);
9191
float IceTex = Ridged.noise3d(baseSeed+3, pos.x, pos.y, pos.z, 5, 0.65f);
9292
float IceWaterTex = Ridged.noise3d(baseSeed+3, pos.x, pos.y, pos.z, 4, 0.6f);
9393
/** 0 at poles and 1 at equator */

0 commit comments

Comments
 (0)