summaryrefslogtreecommitdiff
path: root/src/mapgen_fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_fractal.h')
-rw-r--r--src/mapgen_fractal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mapgen_fractal.h b/src/mapgen_fractal.h
index a14c5c5e1..b3f69cb78 100644
--- a/src/mapgen_fractal.h
+++ b/src/mapgen_fractal.h
@@ -39,12 +39,12 @@ struct MapgenFractalParams : public MapgenParams
u16 fractal = 1;
u16 iterations = 11;
v3f scale = v3f(4096.0, 1024.0, 4096.0);
- v3f offset = v3f(1.79, 0.0, 0.0);
+ v3f offset = v3f(1.52, 0.0, 0.0);
float slice_w = 0.0f;
- float julia_x = 0.33f;
- float julia_y = 0.33f;
- float julia_z = 0.33f;
- float julia_w = 0.33f;
+ float julia_x = 0.267f;
+ float julia_y = 0.2f;
+ float julia_z = 0.133f;
+ float julia_w = 0.067f;
NoiseParams np_seabed;
NoiseParams np_filler_depth;
NoiseParams np_cave1;