Add missing mapgen noise parameters
[minetest_perlin_explorer.git] / settingtypes.txt
blob01bff94f002376cb3946518a9702606590b80518
1 # The default noise parameters that this mod will start with.
2 perlin_explorer_default_noiseparams (Default noise parameters) noise_params_3d 0, 1, (10, 10, 10), 0, 2, 0.5, 2.0, defaults
4 # Number of available colors to use per node color palette,
5 # ignoring the special “extreme” colors (which are always used).
6 # High values lead to a smoother color gradient but also might
7 # cause performance issues when viewing many nodes.
8 # Note you need to regenerate the nodes for this change to
9 # take effect.
10 perlin_explorer_color_count (Palette color count) enum 64 256,128,64,32,16,8,4,2,1
12 # If enabled, will use the grayscale color palette for the nodes.
13 # If disabled, will use the default colors instead.
14 perlin_explorer_grayscale (Use grayscale color palette) bool false
16 # If enabled, whenever a chunk of nodes is being generated, a star
17 # will briefly appear in the center.
18 perlin_explorer_mapgen_star (Show star when generating nodes) bool true