summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-11-14 09:18:01 +0000
committerparamat <mat.gregory@virginmedia.com>2015-11-15 08:13:36 +0000
commitcb7da901383e2da6397444cb0acc93235b132d2b (patch)
tree837a4ab1f963f69fc88726897bf823e56223556a /minetest.conf.example
parentbdfb761dd06261e71f96b731ad423338a9c01008 (diff)
downloadminetest-cb7da901383e2da6397444cb0acc93235b132d2b.tar.gz
minetest-cb7da901383e2da6397444cb0acc93235b132d2b.tar.bz2
minetest-cb7da901383e2da6397444cb0acc93235b132d2b.zip
Mgfractal: Revert unnecessary duplication of parameters
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example51
1 files changed, 10 insertions, 41 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 74f7006f4..39f80bf68 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -1246,62 +1246,31 @@
# type: int
# mgfractal_formula = 1
-# Mandelbrot set: Iterations of the recursive function.
+# Iterations of the recursive function.
# Controls scale of finest detail.
# type: int
-# mgfractal_m_iterations = 9
+# mgfractal_iterations = 9
-# Mandelbrot set: Approximate (X,Y,Z) scales in nodes.
+# Approximate (X,Y,Z) scales in nodes.
# type: v3f
-# mgfractal_m_scale = (1024.0, 256.0, 1024.0)
+# mgfractal_scale = (1024.0, 256.0, 1024.0)
-# Mandelbrot set: (X,Y,Z) offsets from world centre.
-# Range roughly -2 to 2, multiply by m_scale for offsets in nodes.
+# (X,Y,Z) offsets from world centre.
+# Range roughly -2 to 2, multiply by 'scale' for offsets in nodes.
# type: v3f
-# mgfractal_m_offset = (1.75, 0.0, 0.0)
+# mgfractal_offset = (1.75, 0.0, 0.0)
-# Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.
+# W co-ordinate of the generated 3D slice of the 4D shape.
# Range roughly -2 to 2.
# type: float
-# mgfractal_m_slice_w = 0.0
+# mgfractal_slice_w = 0.0
-# Julia set: Iterations of the recursive function.
-# Controls scale of finest detail.
-# type: int
-# mgfractal_j_iterations = 9
-
-# Julia set: Approximate (X,Y,Z) scales in nodes.
-# type: v3f
-# mgfractal_j_scale = (2048.0, 512.0, 2048.0)
-
-# Julia set: (X,Y,Z) offsets from world centre.
-# Range roughly -2 to 2, multiply by j_scale for offsets in nodes.
-# type: v3f
-# mgfractal_j_offset = (0.0, 1.0, 0.0)
-
-# Julia set: W co-ordinate of the generated 3D slice of the 4D shape.
-# Range roughly -2 to 2.
-# type: float
-# mgfractal_j_slice_w = 0.0
-
-# Julia set: X value determining the 4D shape.
+# Julia set only: 4 values determining the 4D shape.
# Range roughly -2 to 2.
# type: float
# mgfractal_julia_x = 0.33
-
-# Julia set: Y value determining the 4D shape.
-# Range roughly -2 to 2.
-# type: float
# mgfractal_julia_y = 0.33
-
-# Julia set: Z value determining the 4D shape.
-# Range roughly -2 to 2.
-# type: float
# mgfractal_julia_z = 0.33
-
-# Julia set: W value determining the 4D shape.
-# Range roughly -2 to 2.
-# type: float
# mgfractal_julia_w = 0.33
# type: noise_params