summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-11-08 21:07:41 +0100
committerest31 <MTest31@outlook.com>2015-11-08 21:19:21 +0100
commit9a91f58e66e84bfba13c967753d537996e4c5d6d (patch)
tree77e0314a506ea81ebeefa48d3726ca5bb5e9af7f /builtin/settingtypes.txt
parentd657dce61b7526a097d97885b7bba9be849e302e (diff)
downloadminetest-9a91f58e66e84bfba13c967753d537996e4c5d6d.tar.gz
minetest-9a91f58e66e84bfba13c967753d537996e4c5d6d.tar.bz2
minetest-9a91f58e66e84bfba13c967753d537996e4c5d6d.zip
Settings tab: add v3f type
Add the v3f type, currently is just a nice placeholder for string. Currently undocumented, on wish of @PilzAdam, to support future changes.
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt16
1 files changed, 4 insertions, 12 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 607fbe607..3c44ea664 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -941,15 +941,11 @@ mgfractal_spflags (Mapgen fractal flags) flags nojulia julia,nojulia
mgfractal_m_iterations (Mapgen fractal mandelbrot iterations) int 9
# Mandelbrot set: Approximate (X,Y,Z) scales in nodes.
-# Format is 3 numbers separated by commas and inside brackets.
-mgfractal_m_scale (Mapgen fractal mandelbrot scale) string (1024.0, 256.0, 1024.0)
-# Type 'string' is currently used for a v3f.
+mgfractal_m_scale (Mapgen fractal mandelbrot scale) v3f (1024.0, 256.0, 1024.0)
# Mandelbrot set: (X,Y,Z) offsets from world centre.
-# Format is 3 numbers separated by commas and inside brackets.
# Range roughly -2 to 2, multiply by m_scale for offsets in nodes.
-mgfractal_m_offset (Mapgen fractal mandelbrot offset) string (1.75, 0.0, 0.0)
-# Type 'string' is currently used for a v3f.
+mgfractal_m_offset (Mapgen fractal mandelbrot offset) v3f (1.75, 0.0, 0.0)
# Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.
# Range roughly -2 to 2.
@@ -960,15 +956,11 @@ mgfractal_m_slice_w (Mapgen fractal mandelbrot slice w) float 0.0
mgfractal_j_iterations (Mapgen fractal julia iterations) int 9
# Julia set: Approximate (X,Y,Z) scales in nodes.
-# Format is 3 numbers separated by commas and inside brackets.
-mgfractal_j_scale (Mapgen fractal julia scale) string (2048.0, 512.0, 2048.0)
-# Type 'string' is currently used for a v3f.
+mgfractal_j_scale (Mapgen fractal julia scale) v3f (2048.0, 512.0, 2048.0)
# Julia set: (X,Y,Z) offsets from world centre.
-# Format is 3 numbers separated by commas and inside brackets.
# Range roughly -2 to 2, multiply by j_scale for offsets in nodes.
-mgfractal_j_offset (Mapgen fractal julia offset) string (0.0, 1.0, 0.0)
-# Type 'string' is currently used for a v3f.
+mgfractal_j_offset (Mapgen fractal julia offset) v3f (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.