Formspecs: Introduce formspec_version to mods
[oweals/minetest.git] / minetest.conf.example
1 #    This file contains a list of all available settings and their default value for minetest.conf
2
3 #    By default, all the settings are commented and not functional.
4 #    Uncomment settings by removing the preceding #.
5
6 #    minetest.conf is read by default from:
7 #    ../minetest.conf
8 #    ../../minetest.conf
9 #    Any other path can be chosen by passing the path as a parameter
10 #    to the program, eg. "minetest.exe --config ../minetest.conf.example".
11
12 #    Further documentation:
13 #    http://wiki.minetest.net/
14
15 #
16 # Controls
17 #
18
19 #    If enabled, you can place blocks at the position (feet + eye level) where you stand.
20 #    This is helpful when working with nodeboxes in small areas.
21 #    type: bool
22 # enable_build_where_you_stand = false
23
24 #    Player is able to fly without being affected by gravity.
25 #    This requires the "fly" privilege on the server.
26 #    type: bool
27 # free_move = false
28
29 #    If enabled, makes move directions relative to the player's pitch when flying or swimming.
30 #    type: bool
31 # pitch_move = false
32
33 #    Fast movement (via the "special" key).
34 #    This requires the "fast" privilege on the server.
35 #    type: bool
36 # fast_move = false
37
38 #    If enabled together with fly mode, player is able to fly through solid nodes.
39 #    This requires the "noclip" privilege on the server.
40 #    type: bool
41 # noclip = false
42
43 #    Smooths camera when looking around. Also called look or mouse smoothing.
44 #    Useful for recording videos.
45 #    type: bool
46 # cinematic = false
47
48 #    Smooths rotation of camera. 0 to disable.
49 #    type: float min: 0 max: 0.99
50 # camera_smoothing = 0.0
51
52 #    Smooths rotation of camera in cinematic mode. 0 to disable.
53 #    type: float min: 0 max: 0.99
54 # cinematic_camera_smoothing = 0.7
55
56 #    Invert vertical mouse movement.
57 #    type: bool
58 # invert_mouse = false
59
60 #    Mouse sensitivity multiplier.
61 #    type: float
62 # mouse_sensitivity = 0.2
63
64 #    If enabled, "special" key instead of "sneak" key is used for climbing down and
65 #    descending.
66 #    type: bool
67 # aux1_descends = false
68
69 #    Double-tapping the jump key toggles fly mode.
70 #    type: bool
71 # doubletap_jump = false
72
73 #    If disabled, "special" key is used to fly fast if both fly and fast mode are
74 #    enabled.
75 #    type: bool
76 # always_fly_fast = true
77
78 #    The time in seconds it takes between repeated right clicks when holding the right
79 #    mouse button.
80 #    type: float
81 # repeat_rightclick_time = 0.25
82
83 #    Automatically jump up single-node obstacles.
84 #    type: bool
85 # autojump = false
86
87 #    Prevent digging and placing from repeating when holding the mouse buttons.
88 #    Enable this when you dig or place too often by accident.
89 #    type: bool
90 # safe_dig_and_place = false
91
92 #    Enable random user input (only used for testing).
93 #    type: bool
94 # random_input = false
95
96 #    Continuous forward movement, toggled by autoforward key.
97 #    Press the autoforward key again or the backwards movement to disable.
98 #    type: bool
99 # continuous_forward = false
100
101 #    The length in pixels it takes for touch screen interaction to start.
102 #    type: int min: 0 max: 100
103 # touchscreen_threshold = 20
104
105 #    (Android) Fixes the position of virtual joystick.
106 #    If disabled, virtual joystick will center to first-touch's position.
107 #    type: bool
108 # fixed_virtual_joystick = false
109
110 #    (Android) Use virtual joystick to trigger "aux" button.
111 #    If enabled, virtual joystick will also tap "aux" button when out of main circle.
112 #    type: bool
113 # virtual_joystick_triggers_aux = false
114
115 #    Enable joysticks
116 #    type: bool
117 # enable_joysticks = false
118
119 #    The identifier of the joystick to use
120 #    type: int
121 # joystick_id = 0
122
123 #    The type of joystick
124 #    type: enum values: auto, generic, xbox
125 # joystick_type = auto
126
127 #    The time in seconds it takes between repeated events
128 #    when holding down a joystick button combination.
129 #    type: float
130 # repeat_joystick_button_time = 0.17
131
132 #    The sensitivity of the joystick axes for moving the
133 #    ingame view frustum around.
134 #    type: float
135 # joystick_frustum_sensitivity = 170
136
137 #    Key for moving the player forward.
138 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
139 #    type: key
140 # keymap_forward = KEY_KEY_W
141
142 #    Key for moving the player backward.
143 #    Will also disable autoforward, when active.
144 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
145 #    type: key
146 # keymap_backward = KEY_KEY_S
147
148 #    Key for moving the player left.
149 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
150 #    type: key
151 # keymap_left = KEY_KEY_A
152
153 #    Key for moving the player right.
154 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
155 #    type: key
156 # keymap_right = KEY_KEY_D
157
158 #    Key for jumping.
159 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
160 #    type: key
161 # keymap_jump = KEY_SPACE
162
163 #    Key for sneaking.
164 #    Also used for climbing down and descending in water if aux1_descends is disabled.
165 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
166 #    type: key
167 # keymap_sneak = KEY_LSHIFT
168
169 #    Key for opening the inventory.
170 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
171 #    type: key
172 # keymap_inventory = KEY_KEY_I
173
174 #    Key for moving fast in fast mode.
175 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
176 #    type: key
177 # keymap_special1 = KEY_KEY_E
178
179 #    Key for opening the chat window.
180 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
181 #    type: key
182 # keymap_chat = KEY_KEY_T
183
184 #    Key for opening the chat window to type commands.
185 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
186 #    type: key
187 # keymap_cmd = /
188
189 #    Key for opening the chat window to type local commands.
190 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
191 #    type: key
192 # keymap_cmd_local = .
193
194 #    Key for toggling unlimited view range.
195 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
196 #    type: key
197 # keymap_rangeselect = KEY_KEY_R
198
199 #    Key for toggling flying.
200 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
201 #    type: key
202 # keymap_freemove = KEY_KEY_K
203
204 #    Key for toggling pitch move mode.
205 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
206 #    type: key
207 # keymap_pitchmove = KEY_KEY_P
208
209 #    Key for toggling fast mode.
210 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
211 #    type: key
212 # keymap_fastmove = KEY_KEY_J
213
214 #    Key for toggling noclip mode.
215 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
216 #    type: key
217 # keymap_noclip = KEY_KEY_H
218
219 #    Key for selecting the next item in the hotbar.
220 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
221 #    type: key
222 # keymap_hotbar_next = KEY_KEY_N
223
224 #    Key for selecting the previous item in the hotbar.
225 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
226 #    type: key
227 # keymap_hotbar_previous = KEY_KEY_B
228
229 #    Key for muting the game.
230 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
231 #    type: key
232 # keymap_mute = KEY_KEY_M
233
234 #    Key for increasing the volume.
235 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
236 #    type: key
237 # keymap_increase_volume =
238
239 #    Key for decreasing the volume.
240 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
241 #    type: key
242 # keymap_decrease_volume =
243
244 #    Key for toggling autoforward.
245 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
246 #    type: key
247 # keymap_autoforward =
248
249 #    Key for toggling cinematic mode.
250 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
251 #    type: key
252 # keymap_cinematic =
253
254 #    Key for toggling display of minimap.
255 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
256 #    type: key
257 # keymap_minimap = KEY_F9
258
259 #    Key for taking screenshots.
260 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
261 #    type: key
262 # keymap_screenshot = KEY_F12
263
264 #    Key for dropping the currently selected item.
265 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
266 #    type: key
267 # keymap_drop = KEY_KEY_Q
268
269 #    Key to use view zoom when possible.
270 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
271 #    type: key
272 # keymap_zoom = KEY_KEY_Z
273
274 #    Key for selecting the first hotbar slot.
275 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
276 #    type: key
277 # keymap_slot1 = KEY_KEY_1
278
279 #    Key for selecting the second hotbar slot.
280 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
281 #    type: key
282 # keymap_slot2 = KEY_KEY_2
283
284 #    Key for selecting the third hotbar slot.
285 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
286 #    type: key
287 # keymap_slot3 = KEY_KEY_3
288
289 #    Key for selecting the fourth hotbar slot.
290 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
291 #    type: key
292 # keymap_slot4 = KEY_KEY_4
293
294 #    Key for selecting the fifth hotbar slot.
295 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
296 #    type: key
297 # keymap_slot5 = KEY_KEY_5
298
299 #    Key for selecting the sixth hotbar slot.
300 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
301 #    type: key
302 # keymap_slot6 = KEY_KEY_6
303
304 #    Key for selecting the seventh hotbar slot.
305 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
306 #    type: key
307 # keymap_slot7 = KEY_KEY_7
308
309 #    Key for selecting the eighth hotbar slot.
310 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
311 #    type: key
312 # keymap_slot8 = KEY_KEY_8
313
314 #    Key for selecting the ninth hotbar slot.
315 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
316 #    type: key
317 # keymap_slot9 = KEY_KEY_9
318
319 #    Key for selecting the tenth hotbar slot.
320 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
321 #    type: key
322 # keymap_slot10 = KEY_KEY_0
323
324 #    Key for selecting the 11th hotbar slot.
325 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
326 #    type: key
327 # keymap_slot11 =
328
329 #    Key for selecting the 12th hotbar slot.
330 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
331 #    type: key
332 # keymap_slot12 =
333
334 #    Key for selecting the 13th hotbar slot.
335 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
336 #    type: key
337 # keymap_slot13 =
338
339 #    Key for selecting the 14th hotbar slot.
340 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
341 #    type: key
342 # keymap_slot14 =
343
344 #    Key for selecting the 15th hotbar slot.
345 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
346 #    type: key
347 # keymap_slot15 =
348
349 #    Key for selecting the 16th hotbar slot.
350 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
351 #    type: key
352 # keymap_slot16 =
353
354 #    Key for selecting the 17th hotbar slot.
355 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
356 #    type: key
357 # keymap_slot17 =
358
359 #    Key for selecting the 18th hotbar slot.
360 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
361 #    type: key
362 # keymap_slot18 =
363
364 #    Key for selecting the 19th hotbar slot.
365 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
366 #    type: key
367 # keymap_slot19 =
368
369 #    Key for selecting the 20th hotbar slot.
370 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
371 #    type: key
372 # keymap_slot20 =
373
374 #    Key for selecting the 21st hotbar slot.
375 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
376 #    type: key
377 # keymap_slot21 =
378
379 #    Key for selecting the 22nd hotbar slot.
380 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
381 #    type: key
382 # keymap_slot22 =
383
384 #    Key for selecting the 23rd hotbar slot.
385 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
386 #    type: key
387 # keymap_slot23 =
388
389 #    Key for selecting the 24th hotbar slot.
390 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
391 #    type: key
392 # keymap_slot24 =
393
394 #    Key for selecting the 25th hotbar slot.
395 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
396 #    type: key
397 # keymap_slot25 =
398
399 #    Key for selecting the 26th hotbar slot.
400 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
401 #    type: key
402 # keymap_slot26 =
403
404 #    Key for selecting the 27th hotbar slot.
405 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
406 #    type: key
407 # keymap_slot27 =
408
409 #    Key for selecting the 28th hotbar slot.
410 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
411 #    type: key
412 # keymap_slot28 =
413
414 #    Key for selecting the 29th hotbar slot.
415 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
416 #    type: key
417 # keymap_slot29 =
418
419 #    Key for selecting the 30th hotbar slot.
420 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
421 #    type: key
422 # keymap_slot30 =
423
424 #    Key for selecting the 31st hotbar slot.
425 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
426 #    type: key
427 # keymap_slot31 =
428
429 #    Key for selecting the 32nd hotbar slot.
430 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
431 #    type: key
432 # keymap_slot32 =
433
434 #    Key for toggling the display of the HUD.
435 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
436 #    type: key
437 # keymap_toggle_hud = KEY_F1
438
439 #    Key for toggling the display of chat.
440 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
441 #    type: key
442 # keymap_toggle_chat = KEY_F2
443
444 #    Key for toggling the display of the large chat console.
445 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
446 #    type: key
447 # keymap_console = KEY_F10
448
449 #    Key for toggling the display of fog.
450 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
451 #    type: key
452 # keymap_toggle_force_fog_off = KEY_F3
453
454 #    Key for toggling the camera update. Only used for development
455 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
456 #    type: key
457 # keymap_toggle_update_camera =
458
459 #    Key for toggling the display of debug info.
460 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
461 #    type: key
462 # keymap_toggle_debug = KEY_F5
463
464 #    Key for toggling the display of the profiler. Used for development.
465 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
466 #    type: key
467 # keymap_toggle_profiler = KEY_F6
468
469 #    Key for switching between first- and third-person camera.
470 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
471 #    type: key
472 # keymap_camera_mode = KEY_F7
473
474 #    Key for increasing the viewing range.
475 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
476 #    type: key
477 # keymap_increase_viewing_range_min = +
478
479 #    Key for decreasing the viewing range.
480 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
481 #    type: key
482 # keymap_decrease_viewing_range_min = -
483
484 #
485 # Graphics
486 #
487
488 ## In-Game
489
490 ### Basic
491
492 #    Enable VBO
493 #    type: bool
494 # enable_vbo = true
495
496 #    Whether to fog out the end of the visible area.
497 #    type: bool
498 # enable_fog = true
499
500 #    Leaves style:
501 #    -   Fancy:  all faces visible
502 #    -   Simple: only outer faces, if defined special_tiles are used
503 #    -   Opaque: disable transparency
504 #    type: enum values: fancy, simple, opaque
505 # leaves_style = fancy
506
507 #    Connects glass if supported by node.
508 #    type: bool
509 # connected_glass = false
510
511 #    Enable smooth lighting with simple ambient occlusion.
512 #    Disable for speed or for different looks.
513 #    type: bool
514 # smooth_lighting = true
515
516 #    Clouds are a client side effect.
517 #    type: bool
518 # enable_clouds = true
519
520 #    Use 3D cloud look instead of flat.
521 #    type: bool
522 # enable_3d_clouds = true
523
524 #    Method used to highlight selected object.
525 #    type: enum values: box, halo, none
526 # node_highlighting = box
527
528 #    Adds particles when digging a node.
529 #    type: bool
530 # enable_particles = true
531
532 ### Filtering
533
534 #    Use mip mapping to scale textures. May slightly increase performance,
535 #    especially when using a high resolution texture pack.
536 #    Gamma correct downscaling is not supported.
537 #    type: bool
538 # mip_map = false
539
540 #    Use anisotropic filtering when viewing at textures from an angle.
541 #    type: bool
542 # anisotropic_filter = false
543
544 #    Use bilinear filtering when scaling textures.
545 #    type: bool
546 # bilinear_filter = false
547
548 #    Use trilinear filtering when scaling textures.
549 #    type: bool
550 # trilinear_filter = false
551
552 #    Filtered textures can blend RGB values with fully-transparent neighbors,
553 #    which PNG optimizers usually discard, sometimes resulting in a dark or
554 #    light edge to transparent textures. Apply this filter to clean that up
555 #    at texture load time.
556 #    type: bool
557 # texture_clean_transparent = false
558
559 #    When using bilinear/trilinear/anisotropic filters, low-resolution textures
560 #    can be blurred, so automatically upscale them with nearest-neighbor
561 #    interpolation to preserve crisp pixels. This sets the minimum texture size
562 #    for the upscaled textures; higher values look sharper, but require more
563 #    memory.  Powers of 2 are recommended. Setting this higher than 1 may not
564 #    have a visible effect unless bilinear/trilinear/anisotropic filtering is
565 #    enabled.
566 #    This is also used as the base node texture size for world-aligned
567 #    texture autoscaling.
568 #    type: int
569 # texture_min_size = 64
570
571 #    Experimental option, might cause visible spaces between blocks
572 #    when set to higher number than 0.
573 #    type: enum values: 0, 1, 2, 4, 8, 16
574 # fsaa = 0
575
576 #    Undersampling is similar to using lower screen resolution, but it applies
577 #    to the game world only, keeping the GUI intact.
578 #    It should give significant performance boost at the cost of less detailed image.
579 #    type: enum values: 0, 2, 3, 4
580 # undersampling = 0
581
582 ### Shaders
583
584 #    Shaders allow advanced visual effects and may increase performance on some video
585 #    cards.
586 #    This only works with the OpenGL video backend.
587 #    type: bool
588 # enable_shaders = true
589
590 #    Path to shader directory. If no path is defined, default location will be used.
591 #    type: path
592 # shader_path =
593
594 #### Tone Mapping
595
596 #    Enables filmic tone mapping
597 #    type: bool
598 # tone_mapping = false
599
600 #### Bumpmapping
601
602 #    Enables bumpmapping for textures. Normalmaps need to be supplied by the texture pack
603 #    or need to be auto-generated.
604 #    Requires shaders to be enabled.
605 #    type: bool
606 # enable_bumpmapping = false
607
608 #    Enables on the fly normalmap generation (Emboss effect).
609 #    Requires bumpmapping to be enabled.
610 #    type: bool
611 # generate_normalmaps = false
612
613 #    Strength of generated normalmaps.
614 #    type: float
615 # normalmaps_strength = 0.6
616
617 #    Defines sampling step of texture.
618 #    A higher value results in smoother normal maps.
619 #    type: int min: 0 max: 2
620 # normalmaps_smooth = 0
621
622 #### Parallax Occlusion
623
624 #    Enables parallax occlusion mapping.
625 #    Requires shaders to be enabled.
626 #    type: bool
627 # enable_parallax_occlusion = false
628
629 #    0 = parallax occlusion with slope information (faster).
630 #    1 = relief mapping (slower, more accurate).
631 #    type: int min: 0 max: 1
632 # parallax_occlusion_mode = 1
633
634 #    Strength of parallax.
635 #    type: float
636 # 3d_paralax_strength = 0.025
637
638 #    Number of parallax occlusion iterations.
639 #    type: int
640 # parallax_occlusion_iterations = 4
641
642 #    Overall scale of parallax occlusion effect.
643 #    type: float
644 # parallax_occlusion_scale = 0.08
645
646 #    Overall bias of parallax occlusion effect, usually scale/2.
647 #    type: float
648 # parallax_occlusion_bias = 0.04
649
650 #### Waving Nodes
651
652 #    Set to true enables waving water.
653 #    Requires shaders to be enabled.
654 #    type: bool
655 # enable_waving_water = false
656
657 #    type: float
658 # water_wave_height = 1.0
659
660 #    type: float
661 # water_wave_length = 20.0
662
663 #    type: float
664 # water_wave_speed = 5.0
665
666 #    Set to true enables waving leaves.
667 #    Requires shaders to be enabled.
668 #    type: bool
669 # enable_waving_leaves = false
670
671 #    Set to true enables waving plants.
672 #    Requires shaders to be enabled.
673 #    type: bool
674 # enable_waving_plants = false
675
676 ### Advanced
677
678 #    Arm inertia, gives a more realistic movement of
679 #    the arm when the camera moves.
680 #    type: bool
681 # arm_inertia = true
682
683 #    If FPS would go higher than this, limit it by sleeping
684 #    to not waste CPU power for no benefit.
685 #    type: int
686 # fps_max = 60
687
688 #    Maximum FPS when game is paused.
689 #    type: int
690 # pause_fps_max = 20
691
692 #    Open the pause menu when the window's focus is lost. Does not pause if a formspec is
693 #    open.
694 #    type: bool
695 # pause_on_lost_focus = false
696
697 #    View distance in nodes.
698 #    type: int min: 20 max: 4000
699 # viewing_range = 100
700
701 #    Camera 'near clipping plane' distance in nodes, between 0 and 0.5.
702 #    Most users will not need to change this.
703 #    Increasing can reduce artifacting on weaker GPUs.
704 #    0.1 = Default, 0.25 = Good value for weaker tablets.
705 #    type: float min: 0 max: 0.5
706 # near_plane = 0.1
707
708 #    Width component of the initial window size.
709 #    type: int
710 # screen_w = 1024
711
712 #    Height component of the initial window size.
713 #    type: int
714 # screen_h = 600
715
716 #    Save window size automatically when modified.
717 #    type: bool
718 # autosave_screensize = true
719
720 #    Fullscreen mode.
721 #    type: bool
722 # fullscreen = false
723
724 #    Bits per pixel (aka color depth) in fullscreen mode.
725 #    type: int
726 # fullscreen_bpp = 24
727
728 #    Vertical screen synchronization.
729 #    type: bool
730 # vsync = false
731
732 #    Field of view in degrees.
733 #    type: int min: 45 max: 160
734 # fov = 72
735
736 #    Adjust the gamma encoding for the light tables. Higher numbers are brighter.
737 #    This setting is for the client only and is ignored by the server.
738 #    type: float min: 0.5 max: 10
739 # display_gamma = 1.0
740
741 #    Gradient of light curve at minimum light level.
742 #    type: float min: 0 max: 4
743 # lighting_alpha = 0.0
744
745 #    Gradient of light curve at maximum light level.
746 #    type: float min: 0 max: 4
747 # lighting_beta = 1.5
748
749 #    Strength of light curve mid-boost.
750 #    type: float min: 0 max: 1
751 # lighting_boost = 0.2
752
753 #    Center of light curve mid-boost.
754 #    type: float min: 0 max: 1
755 # lighting_boost_center = 0.5
756
757 #    Spread of light curve mid-boost.
758 #    Standard deviation of the mid-boost gaussian.
759 #    type: float min: 0 max: 1
760 # lighting_boost_spread = 0.2
761
762 #    Path to texture directory. All textures are first searched from here.
763 #    type: path
764 # texture_path =
765
766 #    The rendering back-end for Irrlicht.
767 #    A restart is required after changing this.
768 #    Note: On Android, stick with OGLES1 if unsure! App may fail to start otherwise.
769 #    On other platforms, OpenGL is recommended, and it’s the only driver with
770 #    shader support currently.
771 #    type: enum values: null, software, burningsvideo, direct3d8, direct3d9, opengl, ogles1, ogles2
772 # video_driver = opengl
773
774 #    Radius of cloud area stated in number of 64 node cloud squares.
775 #    Values larger than 26 will start to produce sharp cutoffs at cloud area corners.
776 #    type: int
777 # cloud_radius = 12
778
779 #    Enable view bobbing and amount of view bobbing.
780 #    For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.
781 #    type: float
782 # view_bobbing_amount = 1.0
783
784 #    Multiplier for fall bobbing.
785 #    For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.
786 #    type: float
787 # fall_bobbing_amount = 0.03
788
789 #    3D support.
790 #    Currently supported:
791 #    -    none: no 3d output.
792 #    -    anaglyph: cyan/magenta color 3d.
793 #    -    interlaced: odd/even line based polarisation screen support.
794 #    -    topbottom: split screen top/bottom.
795 #    -    sidebyside: split screen side by side.
796 #    -    crossview: Cross-eyed 3d
797 #    -    pageflip: quadbuffer based 3d.
798 #    Note that the interlaced mode requires shaders to be enabled.
799 #    type: enum values: none, anaglyph, interlaced, topbottom, sidebyside, crossview, pageflip
800 # 3d_mode = none
801
802 #    In-game chat console height, between 0.1 (10%) and 1.0 (100%).
803 #    type: float min: 0.1 max: 1
804 # console_height = 0.6
805
806 #    In-game chat console background color (R,G,B).
807 #    type: string
808 # console_color = (0,0,0)
809
810 #    In-game chat console background alpha (opaqueness, between 0 and 255).
811 #    type: int min: 0 max: 255
812 # console_alpha = 200
813
814 #    Formspec full-screen background opacity (between 0 and 255).
815 #    type: int min: 0 max: 255
816 # formspec_fullscreen_bg_opacity = 140
817
818 #    Formspec full-screen background color (R,G,B).
819 #    type: string
820 # formspec_fullscreen_bg_color = (0,0,0)
821
822 #    Formspec default background opacity (between 0 and 255).
823 #    type: int min: 0 max: 255
824 # formspec_default_bg_opacity = 140
825
826 #    Formspec default background color (R,G,B).
827 #    type: string
828 # formspec_default_bg_color = (0,0,0)
829
830 #    Selection box border color (R,G,B).
831 #    type: string
832 # selectionbox_color = (0,0,0)
833
834 #    Width of the selection box lines around nodes.
835 #    type: int min: 1 max: 5
836 # selectionbox_width = 2
837
838 #    Crosshair color (R,G,B).
839 #    type: string
840 # crosshair_color = (255,255,255)
841
842 #    Crosshair alpha (opaqueness, between 0 and 255).
843 #    type: int min: 0 max: 255
844 # crosshair_alpha = 255
845
846 #    Maximum number of recent chat messages to show
847 #    type: int min: 2 max: 20
848 # recent_chat_messages = 6
849
850 #    Whether node texture animations should be desynchronized per mapblock.
851 #    type: bool
852 # desynchronize_mapblock_texture_animation = true
853
854 #    Maximum proportion of current window to be used for hotbar.
855 #    Useful if there's something to be displayed right or left of hotbar.
856 #    type: float
857 # hud_hotbar_max_width = 1.0
858
859 #    Modifies the size of the hudbar elements.
860 #    type: float
861 # hud_scaling = 1.0
862
863 #    Enables caching of facedir rotated meshes.
864 #    type: bool
865 # enable_mesh_cache = false
866
867 #    Delay between mesh updates on the client in ms. Increasing this will slow
868 #    down the rate of mesh updates, thus reducing jitter on slower clients.
869 #    type: int min: 0 max: 50
870 # mesh_generation_interval = 0
871
872 #    Size of the MapBlock cache of the mesh generator. Increasing this will
873 #    increase the cache hit %, reducing the data being copied from the main
874 #    thread, thus reducing jitter.
875 #    type: int min: 0 max: 1000
876 # meshgen_block_cache_size = 20
877
878 #    Enables minimap.
879 #    type: bool
880 # enable_minimap = true
881
882 #    Shape of the minimap. Enabled = round, disabled = square.
883 #    type: bool
884 # minimap_shape_round = true
885
886 #    True = 256
887 #    False = 128
888 #    Useable to make minimap smoother on slower machines.
889 #    type: bool
890 # minimap_double_scan_height = true
891
892 #    Make fog and sky colors depend on daytime (dawn/sunset) and view direction.
893 #    type: bool
894 # directional_colored_fog = true
895
896 #    The strength (darkness) of node ambient-occlusion shading.
897 #    Lower is darker, Higher is lighter. The valid range of values for this
898 #    setting is 0.25 to 4.0 inclusive. If the value is out of range it will be
899 #    set to the nearest valid value.
900 #    type: float min: 0.25 max: 4
901 # ambient_occlusion_gamma = 2.2
902
903 #    Enables animation of inventory items.
904 #    type: bool
905 # inventory_items_animations = false
906
907 #    Fraction of the visible distance at which fog starts to be rendered
908 #    type: float min: 0 max: 0.99
909 # fog_start = 0.4
910
911 #    Makes all liquids opaque
912 #    type: bool
913 # opaque_water = false
914
915 #    Textures on a node may be aligned either to the node or to the world.
916 #    The former mode suits better things like machines, furniture, etc., while
917 #    the latter makes stairs and microblocks fit surroundings better.
918 #    However, as this possibility is new, thus may not be used by older servers,
919 #    this option allows enforcing it for certain node types. Note though that
920 #    that is considered EXPERIMENTAL and may not work properly.
921 #    type: enum values: disable, enable, force_solid, force_nodebox
922 # world_aligned_mode = enable
923
924 #    World-aligned textures may be scaled to span several nodes. However,
925 #    the server may not send the scale you want, especially if you use
926 #    a specially-designed texture pack; with this option, the client tries
927 #    to determine the scale automatically basing on the texture size.
928 #    See also texture_min_size.
929 #    Warning: This option is EXPERIMENTAL!
930 #    type: enum values: disable, enable, force
931 # autoscale_mode = disable
932
933 #    Show entity selection boxes
934 #    type: bool
935 # show_entity_selectionbox = true
936
937 ## Menus
938
939 #    Use a cloud animation for the main menu background.
940 #    type: bool
941 # menu_clouds = true
942
943 #    Scale GUI by a user specified value.
944 #    Use a nearest-neighbor-anti-alias filter to scale the GUI.
945 #    This will smooth over some of the rough edges, and blend
946 #    pixels when scaling down, at the cost of blurring some
947 #    edge pixels when images are scaled by non-integer sizes.
948 #    type: float
949 # gui_scaling = 1.0
950
951 #    When gui_scaling_filter is true, all GUI images need to be
952 #    filtered in software, but some images are generated directly
953 #    to hardware (e.g. render-to-texture for nodes in inventory).
954 #    type: bool
955 # gui_scaling_filter = false
956
957 #    When gui_scaling_filter_txr2img is true, copy those images
958 #    from hardware to software for scaling.  When false, fall back
959 #    to the old scaling method, for video drivers that don't
960 #    properly support downloading textures back from hardware.
961 #    type: bool
962 # gui_scaling_filter_txr2img = true
963
964 #    Delay showing tooltips, stated in milliseconds.
965 #    type: int
966 # tooltip_show_delay = 400
967
968 #    Append item name to tooltip.
969 #    type: bool
970 # tooltip_append_itemname = false
971
972 #    Whether FreeType fonts are used, requires FreeType support to be compiled in.
973 #    type: bool
974 # freetype = true
975
976 #    Path to TrueTypeFont or bitmap.
977 #    type: filepath
978 # font_path = fonts/liberationsans.ttf
979
980 #    type: int
981 # font_size = 16
982
983 #    Font shadow offset, if 0 then shadow will not be drawn.
984 #    type: int
985 # font_shadow = 1
986
987 #    Font shadow alpha (opaqueness, between 0 and 255).
988 #    type: int min: 0 max: 255
989 # font_shadow_alpha = 127
990
991 #    type: filepath
992 # mono_font_path = fonts/liberationmono.ttf
993
994 #    type: int
995 # mono_font_size = 15
996
997 #    This font will be used for certain languages.
998 #    type: filepath
999 # fallback_font_path = fonts/DroidSansFallbackFull.ttf
1000
1001 #    type: int
1002 # fallback_font_size = 15
1003
1004 #    type: int
1005 # fallback_font_shadow = 1
1006
1007 #    type: int min: 0 max: 255
1008 # fallback_font_shadow_alpha = 128
1009
1010 #    Path to save screenshots at.
1011 #    type: path
1012 # screenshot_path =
1013
1014 #    Format of screenshots.
1015 #    type: enum values: png, jpg, bmp, pcx, ppm, tga
1016 # screenshot_format = png
1017
1018 #    Screenshot quality. Only used for JPEG format.
1019 #    1 means worst quality; 100 means best quality.
1020 #    Use 0 for default quality.
1021 #    type: int min: 0 max: 100
1022 # screenshot_quality = 0
1023
1024 ## Advanced
1025
1026 #    Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k screens.
1027 #    type: int
1028 # screen_dpi = 72
1029
1030 #    Windows systems only: Start Minetest with the command line window in the background.
1031 #    Contains the same information as the file debug.txt (default name).
1032 #    type: bool
1033 # enable_console = false
1034
1035 #
1036 # Sound
1037 #
1038
1039 #    type: bool
1040 # enable_sound = true
1041
1042 #    type: float min: 0 max: 1
1043 # sound_volume = 0.7
1044
1045 #    type: bool
1046 # mute_sound = false
1047
1048 #
1049 # Client
1050 #
1051
1052 ## Network
1053
1054 #    Address to connect to.
1055 #    Leave this blank to start a local server.
1056 #    Note that the address field in the main menu overrides this setting.
1057 #    type: string
1058 # address =
1059
1060 #    Port to connect to (UDP).
1061 #    Note that the port field in the main menu overrides this setting.
1062 #    type: int min: 1 max: 65535
1063 # remote_port = 30000
1064
1065 #    Save the map received by the client on disk.
1066 #    type: bool
1067 # enable_local_map_saving = false
1068
1069 #    Enable usage of remote media server (if provided by server).
1070 #    Remote servers offer a significantly faster way to download media (e.g. textures)
1071 #    when connecting to the server.
1072 #    type: bool
1073 # enable_remote_media_server = true
1074
1075 #    Enable Lua modding support on client.
1076 #    This support is experimental and API can change.
1077 #    type: bool
1078 # enable_client_modding = false
1079
1080 #    URL to the server list displayed in the Multiplayer Tab.
1081 #    type: string
1082 # serverlist_url = servers.minetest.net
1083
1084 #    File in client/serverlist/ that contains your favorite servers displayed in the
1085 #    Multiplayer Tab.
1086 #    type: string
1087 # serverlist_file = favoriteservers.txt
1088
1089 #    Maximum size of the out chat queue.
1090 #    0 to disable queueing and -1 to make the queue size unlimited.
1091 #    type: int
1092 # max_out_chat_queue_size = 20
1093
1094 #    Enable register confirmation when connecting to server.
1095 #    If disabled, new account will be registered automatically.
1096 #    type: bool
1097 # enable_register_confirmation = true
1098
1099 ## Advanced
1100
1101 #    Timeout for client to remove unused map data from memory.
1102 #    type: int
1103 # client_unload_unused_data_timeout = 600
1104
1105 #    Maximum number of mapblocks for client to be kept in memory.
1106 #    Set to -1 for unlimited amount.
1107 #    type: int
1108 # client_mapblock_limit = 5000
1109
1110 #    Whether to show the client debug info (has the same effect as hitting F5).
1111 #    type: bool
1112 # show_debug = false
1113
1114 #
1115 # Server / Singleplayer
1116 #
1117
1118 #    Name of the server, to be displayed when players join and in the serverlist.
1119 #    type: string
1120 # server_name = Minetest server
1121
1122 #    Description of server, to be displayed when players join and in the serverlist.
1123 #    type: string
1124 # server_description = mine here
1125
1126 #    Domain name of server, to be displayed in the serverlist.
1127 #    type: string
1128 # server_address = game.minetest.net
1129
1130 #    Homepage of server, to be displayed in the serverlist.
1131 #    type: string
1132 # server_url = https://minetest.net
1133
1134 #    Automatically report to the serverlist.
1135 #    type: bool
1136 # server_announce = false
1137
1138 #    Announce to this serverlist.
1139 #    type: string
1140 # serverlist_url = servers.minetest.net
1141
1142 #    Remove color codes from incoming chat messages
1143 #    Use this to stop players from being able to use color in their messages
1144 #    type: bool
1145 # strip_color_codes = false
1146
1147 ## Network
1148
1149 #    Network port to listen (UDP).
1150 #    This value will be overridden when starting from the main menu.
1151 #    type: int
1152 # port = 30000
1153
1154 #    The network interface that the server listens on.
1155 #    type: string
1156 # bind_address =
1157
1158 #    Enable to disallow old clients from connecting.
1159 #    Older clients are compatible in the sense that they will not crash when connecting
1160 #    to new servers, but they may not support all new features that you are expecting.
1161 #    type: bool
1162 # strict_protocol_version_checking = false
1163
1164 #    Specifies URL from which client fetches media instead of using UDP.
1165 #    $filename should be accessible from $remote_media$filename via cURL
1166 #    (obviously, remote_media should end with a slash).
1167 #    Files that are not present will be fetched the usual way.
1168 #    type: string
1169 # remote_media =
1170
1171 #    Enable/disable running an IPv6 server.
1172 #    Ignored if bind_address is set.
1173 #    type: bool
1174 # ipv6_server = false
1175
1176 ### Advanced
1177
1178 #    Maximum number of blocks that are simultaneously sent per client.
1179 #    The maximum total count is calculated dynamically:
1180 #    max_total = ceil((#clients + max_users) * per_client / 4)
1181 #    type: int
1182 # max_simultaneous_block_sends_per_client = 40
1183
1184 #    To reduce lag, block transfers are slowed down when a player is building something.
1185 #    This determines how long they are slowed down after placing or removing a node.
1186 #    type: float
1187 # full_block_send_enable_min_time_from_building = 2.0
1188
1189 #    Maximum number of packets sent per send step, if you have a slow connection
1190 #    try reducing it, but don't reduce it to a number below double of targeted
1191 #    client number.
1192 #    type: int
1193 # max_packets_per_iteration = 1024
1194
1195 ## Game
1196
1197 #    Default game when creating a new world.
1198 #    This will be overridden when creating a world from the main menu.
1199 #    type: string
1200 # default_game = minetest
1201
1202 #    Message of the day displayed to players connecting.
1203 #    type: string
1204 # motd =
1205
1206 #    Maximum number of players that can be connected simultaneously.
1207 #    type: int
1208 # max_users = 15
1209
1210 #    World directory (everything in the world is stored here).
1211 #    Not needed if starting from the main menu.
1212 #    type: path
1213 # map-dir =
1214
1215 #    Time in seconds for item entity (dropped items) to live.
1216 #    Setting it to -1 disables the feature.
1217 #    type: int
1218 # item_entity_ttl = 900
1219
1220 #    Enable players getting damage and dying.
1221 #    type: bool
1222 # enable_damage = false
1223
1224 #    Enable creative mode for new created maps.
1225 #    type: bool
1226 # creative_mode = false
1227
1228 #    A chosen map seed for a new map, leave empty for random.
1229 #    Will be overridden when creating a new world in the main menu.
1230 #    type: string
1231 # fixed_map_seed =
1232
1233 #    New users need to input this password.
1234 #    type: string
1235 # default_password =
1236
1237 #    The privileges that new users automatically get.
1238 #    See /privs in game for a full list on your server and mod configuration.
1239 #    type: string
1240 # default_privs = interact, shout
1241
1242 #    Privileges that players with basic_privs can grant
1243 #    type: string
1244 # basic_privs = interact, shout
1245
1246 #    Whether players are shown to clients without any range limit.
1247 #    Deprecated, use the setting player_transfer_distance instead.
1248 #    type: bool
1249 # unlimited_player_transfer_distance = true
1250
1251 #    Defines the maximal player transfer distance in blocks (0 = unlimited).
1252 #    type: int
1253 # player_transfer_distance = 0
1254
1255 #    Whether to allow players to damage and kill each other.
1256 #    type: bool
1257 # enable_pvp = true
1258
1259 #    Enable mod channels support.
1260 #    type: bool
1261 # enable_mod_channels = false
1262
1263 #    If this is set, players will always (re)spawn at the given position.
1264 #    type: string
1265 # static_spawnpoint =
1266
1267 #    If enabled, new players cannot join with an empty password.
1268 #    type: bool
1269 # disallow_empty_password = false
1270
1271 #    If enabled, disable cheat prevention in multiplayer.
1272 #    type: bool
1273 # disable_anticheat = false
1274
1275 #    If enabled, actions are recorded for rollback.
1276 #    This option is only read when server starts.
1277 #    type: bool
1278 # enable_rollback_recording = false
1279
1280 #    Format of player chat messages. The following strings are valid placeholders:
1281 #    @name, @message, @timestamp (optional)
1282 #    type: string
1283 # chat_message_format = <@name> @message
1284
1285 #    A message to be displayed to all clients when the server shuts down.
1286 #    type: string
1287 # kick_msg_shutdown = Server shutting down.
1288
1289 #    A message to be displayed to all clients when the server crashes.
1290 #    type: string
1291 # kick_msg_crash = This server has experienced an internal error. You will now be disconnected.
1292
1293 #    Whether to ask clients to reconnect after a (Lua) crash.
1294 #    Set this to true if your server is set up to restart automatically.
1295 #    type: bool
1296 # ask_reconnect_on_crash = false
1297
1298 #    From how far clients know about objects, stated in mapblocks (16 nodes).
1299 #    
1300 #    Setting this larger than active_block_range will also cause the server
1301 #    to maintain active objects up to this distance in the direction the
1302 #    player is looking. (This can avoid mobs suddenly disappearing from view)
1303 #    type: int
1304 # active_object_send_range_blocks = 4
1305
1306 #    The radius of the volume of blocks around every player that is subject to the
1307 #    active block stuff, stated in mapblocks (16 nodes).
1308 #    In active blocks objects are loaded and ABMs run.
1309 #    This is also the minimum range in which active objects (mobs) are maintained.
1310 #    This should be configured together with active_object_range.
1311 #    type: int
1312 # active_block_range = 3
1313
1314 #    From how far blocks are sent to clients, stated in mapblocks (16 nodes).
1315 #    type: int
1316 # max_block_send_distance = 10
1317
1318 #    Maximum number of forceloaded mapblocks.
1319 #    type: int
1320 # max_forceloaded_blocks = 16
1321
1322 #    Interval of sending time of day to clients.
1323 #    type: int
1324 # time_send_interval = 5
1325
1326 #    Controls length of day/night cycle.
1327 #    Examples:
1328 #    72 = 20min, 360 = 4min, 1 = 24hour, 0 = day/night/whatever stays unchanged.
1329 #    type: int
1330 # time_speed = 72
1331
1332 #    Time of day when a new world is started, in millihours (0-23999).
1333 #    type: int min: 0 max: 23999
1334 # world_start_time = 6125
1335
1336 #    Interval of saving important changes in the world, stated in seconds.
1337 #    type: float
1338 # server_map_save_interval = 5.3
1339
1340 #    Set the maximum character length of a chat message sent by clients.
1341 #    type: int
1342 # chat_message_max_size = 500
1343
1344 #    Amount of messages a player may send per 10 seconds.
1345 #    type: float
1346 # chat_message_limit_per_10sec = 10.0
1347
1348 #    Kick players who sent more than X messages per 10 seconds.
1349 #    type: int
1350 # chat_message_limit_trigger_kick = 50
1351
1352 ### Physics
1353
1354 #    Horizontal and vertical acceleration on ground or when climbing,
1355 #    in nodes per second per second.
1356 #    type: float
1357 # movement_acceleration_default = 3
1358
1359 #    Horizontal acceleration in air when jumping or falling,
1360 #    in nodes per second per second.
1361 #    type: float
1362 # movement_acceleration_air = 2
1363
1364 #    Horizontal and vertical acceleration in fast mode,
1365 #    in nodes per second per second.
1366 #    type: float
1367 # movement_acceleration_fast = 10
1368
1369 #    Walking and flying speed, in nodes per second.
1370 #    type: float
1371 # movement_speed_walk = 4
1372
1373 #    Sneaking speed, in nodes per second.
1374 #    type: float
1375 # movement_speed_crouch = 1.35
1376
1377 #    Walking, flying and climbing speed in fast mode, in nodes per second.
1378 #    type: float
1379 # movement_speed_fast = 20
1380
1381 #    Vertical climbing speed, in nodes per second.
1382 #    type: float
1383 # movement_speed_climb = 3
1384
1385 #    Initial vertical speed when jumping, in nodes per second.
1386 #    type: float
1387 # movement_speed_jump = 6.5
1388
1389 #    Decrease this to increase liquid resistence to movement.
1390 #    type: float
1391 # movement_liquid_fluidity = 1
1392
1393 #    Maximum liquid resistence. Controls deceleration when entering liquid at
1394 #    high speed.
1395 #    type: float
1396 # movement_liquid_fluidity_smooth = 0.5
1397
1398 #    Controls sinking speed in liquid.
1399 #    type: float
1400 # movement_liquid_sink = 10
1401
1402 #    Acceleration of gravity, in nodes per second per second.
1403 #    type: float
1404 # movement_gravity = 9.81
1405
1406 ### Advanced
1407
1408 #    Handling for deprecated lua api calls:
1409 #    -    legacy: (try to) mimic old behaviour (default for release).
1410 #    -    log: mimic and log backtrace of deprecated call (default for debug).
1411 #    -    error: abort on usage of deprecated call (suggested for mod developers).
1412 #    type: enum values: legacy, log, error
1413 # deprecated_lua_api_handling = legacy
1414
1415 #    Number of extra blocks that can be loaded by /clearobjects at once.
1416 #    This is a trade-off between sqlite transaction overhead and
1417 #    memory consumption (4096=100MB, as a rule of thumb).
1418 #    type: int
1419 # max_clearobjects_extra_loaded_blocks = 4096
1420
1421 #    How much the server will wait before unloading unused mapblocks.
1422 #    Higher value is smoother, but will use more RAM.
1423 #    type: int
1424 # server_unload_unused_data_timeout = 29
1425
1426 #    Maximum number of statically stored objects in a block.
1427 #    type: int
1428 # max_objects_per_block = 64
1429
1430 #    See https://www.sqlite.org/pragma.html#pragma_synchronous
1431 #    type: enum values: 0, 1, 2
1432 # sqlite_synchronous = 2
1433
1434 #    Length of a server tick and the interval at which objects are generally updated over
1435 #    network.
1436 #    type: float
1437 # dedicated_server_step = 0.09
1438
1439 #    Length of time between active block management cycles
1440 #    type: float
1441 # active_block_mgmt_interval = 2.0
1442
1443 #    Length of time between Active Block Modifier (ABM) execution cycles
1444 #    type: float
1445 # abm_interval = 1.0
1446
1447 #    Length of time between NodeTimer execution cycles
1448 #    type: float
1449 # nodetimer_interval = 0.2
1450
1451 #    If enabled, invalid world data won't cause the server to shut down.
1452 #    Only enable this if you know what you are doing.
1453 #    type: bool
1454 # ignore_world_load_errors = false
1455
1456 #    Max liquids processed per step.
1457 #    type: int
1458 # liquid_loop_max = 100000
1459
1460 #    The time (in seconds) that the liquids queue may grow beyond processing
1461 #    capacity until an attempt is made to decrease its size by dumping old queue
1462 #    items.  A value of 0 disables the functionality.
1463 #    type: int
1464 # liquid_queue_purge_time = 0
1465
1466 #    Liquid update interval in seconds.
1467 #    type: float
1468 # liquid_update = 1.0
1469
1470 #    At this distance the server will aggressively optimize which blocks are sent to
1471 #    clients.
1472 #    Small values potentially improve performance a lot, at the expense of visible
1473 #    rendering glitches (some blocks will not be rendered under water and in caves,
1474 #    as well as sometimes on land).
1475 #    Setting this to a value greater than max_block_send_distance disables this
1476 #    optimization.
1477 #    Stated in mapblocks (16 nodes).
1478 #    type: int min: 2
1479 # block_send_optimize_distance = 4
1480
1481 #    If enabled the server will perform map block occlusion culling based on
1482 #    on the eye position of the player. This can reduce the number of blocks
1483 #    sent to the client 50-80%. The client will not longer receive most invisible
1484 #    so that the utility of noclip mode is reduced.
1485 #    type: bool
1486 # server_side_occlusion_culling = true
1487
1488 #    Restricts the access of certain client-side functions on servers.
1489 #    Combine the byteflags below to restrict client-side features, or set to 0
1490 #    for no restrictions:
1491 #    LOAD_CLIENT_MODS: 1 (disable loading client-provided mods)
1492 #    CHAT_MESSAGES: 2 (disable send_chat_message call client-side)
1493 #    READ_ITEMDEFS: 4 (disable get_item_def call client-side)
1494 #    READ_NODEDEFS: 8 (disable get_node_def call client-side)
1495 #    LOOKUP_NODES_LIMIT: 16 (limits get_node call client-side to
1496 #    csm_restriction_noderange)
1497 #    READ_PLAYERINFO: 32 (disable get_player_names call client-side)
1498 #    type: int
1499 # csm_restriction_flags = 62
1500
1501 #    If the CSM restriction for node range is enabled, get_node calls are limited
1502 #    to this distance from the player to the node.
1503 #    type: int
1504 # csm_restriction_noderange = 0
1505
1506 ## Security
1507
1508 #    Prevent mods from doing insecure things like running shell commands.
1509 #    type: bool
1510 # secure.enable_security = true
1511
1512 #    Comma-separated list of trusted mods that are allowed to access insecure
1513 #    functions even when mod security is on (via request_insecure_environment()).
1514 #    type: string
1515 # secure.trusted_mods =
1516
1517 #    Comma-separated list of mods that are allowed to access HTTP APIs, which
1518 #    allow them to upload and download data to/from the internet.
1519 #    type: string
1520 # secure.http_mods =
1521
1522 ## Advanced
1523
1524 ### Profiling
1525
1526 #    Load the game profiler to collect game profiling data.
1527 #    Provides a /profiler command to access the compiled profile.
1528 #    Useful for mod developers and server operators.
1529 #    type: bool
1530 # profiler.load = false
1531
1532 #    The default format in which profiles are being saved,
1533 #    when calling `/profiler save [format]` without format.
1534 #    type: enum values: txt, csv, lua, json, json_pretty
1535 # profiler.default_report_format = txt
1536
1537 #    The file path relative to your worldpath in which profiles will be saved to.
1538 #    type: string
1539 # profiler.report_path = ""
1540
1541 #### Instrumentation
1542
1543 #    Instrument the methods of entities on registration.
1544 #    type: bool
1545 # instrument.entity = true
1546
1547 #    Instrument the action function of Active Block Modifiers on registration.
1548 #    type: bool
1549 # instrument.abm = true
1550
1551 #    Instrument the action function of Loading Block Modifiers on registration.
1552 #    type: bool
1553 # instrument.lbm = true
1554
1555 #    Instrument chatcommands on registration.
1556 #    type: bool
1557 # instrument.chatcommand = true
1558
1559 #    Instrument global callback functions on registration.
1560 #    (anything you pass to a minetest.register_*() function)
1561 #    type: bool
1562 # instrument.global_callback = true
1563
1564 ##### Advanced
1565
1566 #    Instrument builtin.
1567 #    This is usually only needed by core/builtin contributors
1568 #    type: bool
1569 # instrument.builtin = false
1570
1571 #    Have the profiler instrument itself:
1572 #    * Instrument an empty function.
1573 #    This estimates the overhead, that instrumentation is adding (+1 function call).
1574 #    * Instrument the sampler being used to update the statistics.
1575 #    type: bool
1576 # instrument.profiler = false
1577
1578 #
1579 # Client and Server
1580 #
1581
1582 #    Name of the player.
1583 #    When running a server, clients connecting with this name are admins.
1584 #    When starting from the main menu, this is overridden.
1585 #    type: string
1586 # name =
1587
1588 #    Set the language. Leave empty to use the system language.
1589 #    A restart is required after changing this.
1590 #    type: enum values: , be, ca, cs, da, de, dv, en, eo, es, et, fr, he, hu, id, it, ja, jbo, ko, ky, lt, ms, nb, nl, pl, pt, pt_BR, ro, ru, sl, sr_Cyrl, sv, sw, tr, uk, zh_CN, zh_TW
1591 # language =
1592
1593 #    Level of logging to be written to debug.txt:
1594 #    -    <nothing> (no logging)
1595 #    -    none (messages with no level)
1596 #    -    error
1597 #    -    warning
1598 #    -    action
1599 #    -    info
1600 #    -    verbose
1601 #    type: enum values: , none, error, warning, action, info, verbose
1602 # debug_log_level = action
1603
1604 #    If the file size of debug.txt exceeds the number of megabytes specified in
1605 #    this setting when it is opened, the file is moved to debug.txt.1,
1606 #    deleting an older debug.txt.1 if it exists.
1607 #    debug.txt is only moved if this setting is positive.
1608 #    type: int
1609 # debug_log_size_max = 50
1610
1611 #    IPv6 support.
1612 #    type: bool
1613 # enable_ipv6 = true
1614
1615 ## Advanced
1616
1617 #    Default timeout for cURL, stated in milliseconds.
1618 #    Only has an effect if compiled with cURL.
1619 #    type: int
1620 # curl_timeout = 5000
1621
1622 #    Limits number of parallel HTTP requests. Affects:
1623 #    -    Media fetch if server uses remote_media setting.
1624 #    -    Serverlist download and server announcement.
1625 #    -    Downloads performed by main menu (e.g. mod manager).
1626 #    Only has an effect if compiled with cURL.
1627 #    type: int
1628 # curl_parallel_limit = 8
1629
1630 #    Maximum time in ms a file download (e.g. a mod download) may take.
1631 #    type: int
1632 # curl_file_download_timeout = 300000
1633
1634 #    Makes DirectX work with LuaJIT. Disable if it causes troubles.
1635 #    type: bool
1636 # high_precision_fpu = true
1637
1638 #    Changes the main menu UI:
1639 #    -   Full:  Multiple singleplayer worlds, game choice, texture pack chooser, etc.
1640 #    -   Simple: One singleplayer world, no game or texture pack choosers. May be
1641 #    necessary for smaller screens.
1642 #    type: enum values: full, simple
1643 # main_menu_style = full
1644
1645 #    Replaces the default main menu with a custom one.
1646 #    type: string
1647 # main_menu_script =
1648
1649 #    Print the engine's profiling data in regular intervals (in seconds).
1650 #    0 = disable. Useful for developers.
1651 #    type: int
1652 # profiler_print_interval = 0
1653
1654 #
1655 # Mapgen
1656 #
1657
1658 #    Name of map generator to be used when creating a new world.
1659 #    Creating a world in the main menu will override this.
1660 #    Current mapgens in a highly unstable state:
1661 #    -    The optional floatlands of v7 (disabled by default).
1662 #    type: enum values: v7, valleys, carpathian, v5, flat, fractal, singlenode, v6
1663 # mg_name = v7
1664
1665 #    Water surface level of the world.
1666 #    type: int
1667 # water_level = 1
1668
1669 #    From how far blocks are generated for clients, stated in mapblocks (16 nodes).
1670 #    type: int
1671 # max_block_generate_distance = 8
1672
1673 #    Limit of map generation, in nodes, in all 6 directions from (0, 0, 0).
1674 #    Only mapchunks completely within the mapgen limit are generated.
1675 #    Value is stored per-world.
1676 #    type: int min: 0 max: 31000
1677 # mapgen_limit = 31000
1678
1679 #    Global map generation attributes.
1680 #    In Mapgen v6 the 'decorations' flag controls all decorations except trees
1681 #    and junglegrass, in all other mapgens this flag controls all decorations.
1682 #    type: flags possible values: caves, dungeons, light, decorations, biomes, nocaves, nodungeons, nolight, nodecorations, nobiomes
1683 # mg_flags = caves,dungeons,light,decorations,biomes
1684
1685 #    Whether dungeons occasionally project from the terrain.
1686 #    type: bool
1687 # projecting_dungeons = true
1688
1689 ## Biome API temperature and humidity noise parameters
1690
1691 #    Temperature variation for biomes.
1692 #    type: noise_params_2d
1693 # mg_biome_np_heat = {
1694 #    offset      = 50,
1695 #    scale       = 50,
1696 #    spread      = (1000, 1000, 1000),
1697 #    seed        = 5349,
1698 #    octaves     = 3,
1699 #    persistence = 0.5,
1700 #    lacunarity  = 2.0,
1701 #    flags       = eased
1702 # }
1703
1704 #    Small-scale temperature variation for blending biomes on borders.
1705 #    type: noise_params_2d
1706 # mg_biome_np_heat_blend = {
1707 #    offset      = 0,
1708 #    scale       = 1.5,
1709 #    spread      = (8, 8, 8),
1710 #    seed        = 13,
1711 #    octaves     = 2,
1712 #    persistence = 1.0,
1713 #    lacunarity  = 2.0,
1714 #    flags       = eased
1715 # }
1716
1717 #    Humidity variation for biomes.
1718 #    type: noise_params_2d
1719 # mg_biome_np_humidity = {
1720 #    offset      = 50,
1721 #    scale       = 50,
1722 #    spread      = (1000, 1000, 1000),
1723 #    seed        = 842,
1724 #    octaves     = 3,
1725 #    persistence = 0.5,
1726 #    lacunarity  = 2.0,
1727 #    flags       = eased
1728 # }
1729
1730 #    Small-scale humidity variation for blending biomes on borders.
1731 #    type: noise_params_2d
1732 # mg_biome_np_humidity_blend = {
1733 #    offset      = 0,
1734 #    scale       = 1.5,
1735 #    spread      = (8, 8, 8),
1736 #    seed        = 90003,
1737 #    octaves     = 2,
1738 #    persistence = 1.0,
1739 #    lacunarity  = 2.0,
1740 #    flags       = eased
1741 # }
1742
1743 ## Mapgen V5
1744
1745 #    Map generation attributes specific to Mapgen v5.
1746 #    type: flags possible values: caverns, nocaverns
1747 # mgv5_spflags = caverns
1748
1749 #    Controls width of tunnels, a smaller value creates wider tunnels.
1750 #    type: float
1751 # mgv5_cave_width = 0.09
1752
1753 #    Y of upper limit of large caves.
1754 #    type: int
1755 # mgv5_large_cave_depth = -256
1756
1757 #    Deprecated, define and locate cave liquids using biome definitions instead.
1758 #    Y of upper limit of lava in large caves.
1759 #    type: int
1760 # mgv5_lava_depth = -256
1761
1762 #    Y-level of cavern upper limit.
1763 #    type: int
1764 # mgv5_cavern_limit = -256
1765
1766 #    Y-distance over which caverns expand to full size.
1767 #    type: int
1768 # mgv5_cavern_taper = 256
1769
1770 #    Defines full size of caverns, smaller values create larger caverns.
1771 #    type: float
1772 # mgv5_cavern_threshold = 0.7
1773
1774 #    Lower Y limit of dungeons.
1775 #    type: int
1776 # mgv5_dungeon_ymin = -31000
1777
1778 #    Upper Y limit of dungeons.
1779 #    type: int
1780 # mgv5_dungeon_ymax = 31000
1781
1782 ### Noises
1783
1784 #    Variation of biome filler depth.
1785 #    type: noise_params_2d
1786 # mgv5_np_filler_depth = {
1787 #    offset      = 0,
1788 #    scale       = 1,
1789 #    spread      = (150, 150, 150),
1790 #    seed        = 261,
1791 #    octaves     = 4,
1792 #    persistence = 0.7,
1793 #    lacunarity  = 2.0,
1794 #    flags       = eased
1795 # }
1796
1797 #    Variation of terrain vertical scale.
1798 #    When noise is < -0.55 terrain is near-flat.
1799 #    type: noise_params_2d
1800 # mgv5_np_factor = {
1801 #    offset      = 0,
1802 #    scale       = 1,
1803 #    spread      = (250, 250, 250),
1804 #    seed        = 920381,
1805 #    octaves     = 3,
1806 #    persistence = 0.45,
1807 #    lacunarity  = 2.0,
1808 #    flags       = eased
1809 # }
1810
1811 #    Y-level of average terrain surface.
1812 #    type: noise_params_2d
1813 # mgv5_np_height = {
1814 #    offset      = 0,
1815 #    scale       = 10,
1816 #    spread      = (250, 250, 250),
1817 #    seed        = 84174,
1818 #    octaves     = 4,
1819 #    persistence = 0.5,
1820 #    lacunarity  = 2.0,
1821 #    flags       = eased
1822 # }
1823
1824 #    First of two 3D noises that together define tunnels.
1825 #    type: noise_params_3d
1826 # mgv5_np_cave1 = {
1827 #    offset      = 0,
1828 #    scale       = 12,
1829 #    spread      = (61, 61, 61),
1830 #    seed        = 52534,
1831 #    octaves     = 3,
1832 #    persistence = 0.5,
1833 #    lacunarity  = 2.0,
1834 #    flags       = 
1835 # }
1836
1837 #    Second of two 3D noises that together define tunnels.
1838 #    type: noise_params_3d
1839 # mgv5_np_cave2 = {
1840 #    offset      = 0,
1841 #    scale       = 12,
1842 #    spread      = (67, 67, 67),
1843 #    seed        = 10325,
1844 #    octaves     = 3,
1845 #    persistence = 0.5,
1846 #    lacunarity  = 2.0,
1847 #    flags       = 
1848 # }
1849
1850 #    3D noise defining giant caverns.
1851 #    type: noise_params_3d
1852 # mgv5_np_cavern = {
1853 #    offset      = 0,
1854 #    scale       = 1,
1855 #    spread      = (384, 128, 384),
1856 #    seed        = 723,
1857 #    octaves     = 5,
1858 #    persistence = 0.63,
1859 #    lacunarity  = 2.0,
1860 #    flags       = 
1861 # }
1862
1863 #    3D noise defining terrain.
1864 #    type: noise_params_3d
1865 # mgv5_np_ground = {
1866 #    offset      = 0,
1867 #    scale       = 40,
1868 #    spread      = (80, 80, 80),
1869 #    seed        = 983240,
1870 #    octaves     = 4,
1871 #    persistence = 0.55,
1872 #    lacunarity  = 2.0,
1873 #    flags       = eased
1874 # }
1875
1876 #    3D noise that determines number of dungeons per mapchunk.
1877 #    type: noise_params_3d
1878 # mgv5_np_dungeons = {
1879 #    offset      = 0.9,
1880 #    scale       = 0.5,
1881 #    spread      = (500, 500, 500),
1882 #    seed        = 0,
1883 #    octaves     = 2,
1884 #    persistence = 0.8,
1885 #    lacunarity  = 2.0,
1886 #    flags       = 
1887 # }
1888
1889 ## Mapgen V6
1890
1891 #    Map generation attributes specific to Mapgen v6.
1892 #    The 'snowbiomes' flag enables the new 5 biome system.
1893 #    When the 'snowbiomes' flag is enabled jungles are automatically enabled and
1894 #    the 'jungles' flag is ignored.
1895 #    type: flags possible values: jungles, biomeblend, mudflow, snowbiomes, flat, trees, nojungles, nobiomeblend, nomudflow, nosnowbiomes, noflat, notrees
1896 # mgv6_spflags = jungles,biomeblend,mudflow,snowbiomes,noflat,trees
1897
1898 #    Deserts occur when np_biome exceeds this value.
1899 #    When the 'snowbiomes' flag is enabled, this is ignored.
1900 #    type: float
1901 # mgv6_freq_desert = 0.45
1902
1903 #    Sandy beaches occur when np_beach exceeds this value.
1904 #    type: float
1905 # mgv6_freq_beach = 0.15
1906
1907 #    Lower Y limit of dungeons.
1908 #    type: int
1909 # mgv6_dungeon_ymin = -31000
1910
1911 #    Upper Y limit of dungeons.
1912 #    type: int
1913 # mgv6_dungeon_ymax = 31000
1914
1915 ### Noises
1916
1917 #    Y-level of lower terrain and seabed.
1918 #    type: noise_params_2d
1919 # mgv6_np_terrain_base = {
1920 #    offset      = -4,
1921 #    scale       = 20,
1922 #    spread      = (250, 250, 250),
1923 #    seed        = 82341,
1924 #    octaves     = 5,
1925 #    persistence = 0.6,
1926 #    lacunarity  = 2.0,
1927 #    flags       = eased
1928 # }
1929
1930 #    Y-level of higher terrain that creates cliffs.
1931 #    type: noise_params_2d
1932 # mgv6_np_terrain_higher = {
1933 #    offset      = 20,
1934 #    scale       = 16,
1935 #    spread      = (500, 500, 500),
1936 #    seed        = 85039,
1937 #    octaves     = 5,
1938 #    persistence = 0.6,
1939 #    lacunarity  = 2.0,
1940 #    flags       = eased
1941 # }
1942
1943 #    Varies steepness of cliffs.
1944 #    type: noise_params_2d
1945 # mgv6_np_steepness = {
1946 #    offset      = 0.85,
1947 #    scale       = 0.5,
1948 #    spread      = (125, 125, 125),
1949 #    seed        = -932,
1950 #    octaves     = 5,
1951 #    persistence = 0.7,
1952 #    lacunarity  = 2.0,
1953 #    flags       = eased
1954 # }
1955
1956 #    Defines distribution of higher terrain.
1957 #    type: noise_params_2d
1958 # mgv6_np_height_select = {
1959 #    offset      = 0.5,
1960 #    scale       = 1,
1961 #    spread      = (250, 250, 250),
1962 #    seed        = 4213,
1963 #    octaves     = 5,
1964 #    persistence = 0.69,
1965 #    lacunarity  = 2.0,
1966 #    flags       = eased
1967 # }
1968
1969 #    Varies depth of biome surface nodes.
1970 #    type: noise_params_2d
1971 # mgv6_np_mud = {
1972 #    offset      = 4,
1973 #    scale       = 2,
1974 #    spread      = (200, 200, 200),
1975 #    seed        = 91013,
1976 #    octaves     = 3,
1977 #    persistence = 0.55,
1978 #    lacunarity  = 2.0,
1979 #    flags       = eased
1980 # }
1981
1982 #    Defines areas with sandy beaches.
1983 #    type: noise_params_2d
1984 # mgv6_np_beach = {
1985 #    offset      = 0,
1986 #    scale       = 1,
1987 #    spread      = (250, 250, 250),
1988 #    seed        = 59420,
1989 #    octaves     = 3,
1990 #    persistence = 0.50,
1991 #    lacunarity  = 2.0,
1992 #    flags       = eased
1993 # }
1994
1995 #    Temperature variation for biomes.
1996 #    type: noise_params_2d
1997 # mgv6_np_biome = {
1998 #    offset      = 0,
1999 #    scale       = 1,
2000 #    spread      = (500, 500, 500),
2001 #    seed        = 9130,
2002 #    octaves     = 3,
2003 #    persistence = 0.50,
2004 #    lacunarity  = 2.0,
2005 #    flags       = eased
2006 # }
2007
2008 #    Variation of number of caves.
2009 #    type: noise_params_2d
2010 # mgv6_np_cave = {
2011 #    offset      = 6,
2012 #    scale       = 6,
2013 #    spread      = (250, 250, 250),
2014 #    seed        = 34329,
2015 #    octaves     = 3,
2016 #    persistence = 0.50,
2017 #    lacunarity  = 2.0,
2018 #    flags       = eased
2019 # }
2020
2021 #    Humidity variation for biomes.
2022 #    type: noise_params_2d
2023 # mgv6_np_humidity = {
2024 #    offset      = 0.5,
2025 #    scale       = 0.5,
2026 #    spread      = (500, 500, 500),
2027 #    seed        = 72384,
2028 #    octaves     = 3,
2029 #    persistence = 0.50,
2030 #    lacunarity  = 2.0,
2031 #    flags       = eased
2032 # }
2033
2034 #    Defines tree areas and tree density.
2035 #    type: noise_params_2d
2036 # mgv6_np_trees = {
2037 #    offset      = 0,
2038 #    scale       = 1,
2039 #    spread      = (125, 125, 125),
2040 #    seed        = 2,
2041 #    octaves     = 4,
2042 #    persistence = 0.66,
2043 #    lacunarity  = 2.0,
2044 #    flags       = eased
2045 # }
2046
2047 #    Defines areas where trees have apples.
2048 #    type: noise_params_2d
2049 # mgv6_np_apple_trees = {
2050 #    offset      = 0,
2051 #    scale       = 1,
2052 #    spread      = (100, 100, 100),
2053 #    seed        = 342902,
2054 #    octaves     = 3,
2055 #    persistence = 0.45,
2056 #    lacunarity  = 2.0,
2057 #    flags       = eased
2058 # }
2059
2060 ## Mapgen V7
2061
2062 #    Map generation attributes specific to Mapgen v7.
2063 #    'ridges' enables the rivers.
2064 #    type: flags possible values: mountains, ridges, floatlands, caverns, nomountains, noridges, nofloatlands, nocaverns
2065 # mgv7_spflags = mountains,ridges,nofloatlands,caverns
2066
2067 #    Y of mountain density gradient zero level. Used to shift mountains vertically.
2068 #    type: int
2069 # mgv7_mount_zero_level = 0
2070
2071 #    Controls width of tunnels, a smaller value creates wider tunnels.
2072 #    type: float
2073 # mgv7_cave_width = 0.09
2074
2075 #    Y of upper limit of large caves.
2076 #    type: int
2077 # mgv7_large_cave_depth = -33
2078
2079 #    Deprecated, define and locate cave liquids using biome definitions instead.
2080 #    Y of upper limit of lava in large caves.
2081 #    type: int
2082 # mgv7_lava_depth = -256
2083
2084 #    Controls the density of mountain-type floatlands.
2085 #    Is a noise offset added to the 'mgv7_np_mountain' noise value.
2086 #    type: float
2087 # mgv7_float_mount_density = 0.6
2088
2089 #    Typical maximum height, above and below midpoint, of floatland mountains.
2090 #    type: float
2091 # mgv7_float_mount_height = 128.0
2092
2093 #    Alters how mountain-type floatlands taper above and below midpoint.
2094 #    type: float
2095 # mgv7_float_mount_exponent = 0.75
2096
2097 #    Y-level of floatland midpoint and lake surface.
2098 #    type: int
2099 # mgv7_floatland_level = 1280
2100
2101 #    Y-level to which floatland shadows extend.
2102 #    type: int
2103 # mgv7_shadow_limit = 1024
2104
2105 #    Y-level of cavern upper limit.
2106 #    type: int
2107 # mgv7_cavern_limit = -256
2108
2109 #    Y-distance over which caverns expand to full size.
2110 #    type: int
2111 # mgv7_cavern_taper = 256
2112
2113 #    Defines full size of caverns, smaller values create larger caverns.
2114 #    type: float
2115 # mgv7_cavern_threshold = 0.7
2116
2117 #    Lower Y limit of dungeons.
2118 #    type: int
2119 # mgv7_dungeon_ymin = -31000
2120
2121 #    Upper Y limit of dungeons.
2122 #    type: int
2123 # mgv7_dungeon_ymax = 31000
2124
2125 ### Noises
2126
2127 #    Y-level of higher terrain that creates cliffs.
2128 #    type: noise_params_2d
2129 # mgv7_np_terrain_base = {
2130 #    offset      = 4,
2131 #    scale       = 70,
2132 #    spread      = (600, 600, 600),
2133 #    seed        = 82341,
2134 #    octaves     = 5,
2135 #    persistence = 0.6,
2136 #    lacunarity  = 2.0,
2137 #    flags       = eased
2138 # }
2139
2140 #    Y-level of lower terrain and seabed.
2141 #    type: noise_params_2d
2142 # mgv7_np_terrain_alt = {
2143 #    offset      = 4,
2144 #    scale       = 25,
2145 #    spread      = (600, 600, 600),
2146 #    seed        = 5934,
2147 #    octaves     = 5,
2148 #    persistence = 0.6,
2149 #    lacunarity  = 2.0,
2150 #    flags       = eased
2151 # }
2152
2153 #    Varies roughness of terrain.
2154 #    Defines the 'persistence' value for terrain_base and terrain_alt noises.
2155 #    type: noise_params_2d
2156 # mgv7_np_terrain_persist = {
2157 #    offset      = 0.6,
2158 #    scale       = 0.1,
2159 #    spread      = (2000, 2000, 2000),
2160 #    seed        = 539,
2161 #    octaves     = 3,
2162 #    persistence = 0.6,
2163 #    lacunarity  = 2.0,
2164 #    flags       = eased
2165 # }
2166
2167 #    Defines distribution of higher terrain and steepness of cliffs.
2168 #    type: noise_params_2d
2169 # mgv7_np_height_select = {
2170 #    offset      = -8,
2171 #    scale       = 16,
2172 #    spread      = (500, 500, 500),
2173 #    seed        = 4213,
2174 #    octaves     = 6,
2175 #    persistence = 0.7,
2176 #    lacunarity  = 2.0,
2177 #    flags       = eased
2178 # }
2179
2180 #    Variation of biome filler depth.
2181 #    type: noise_params_2d
2182 # mgv7_np_filler_depth = {
2183 #    offset      = 0,
2184 #    scale       = 1.2,
2185 #    spread      = (150, 150, 150),
2186 #    seed        = 261,
2187 #    octaves     = 3,
2188 #    persistence = 0.7,
2189 #    lacunarity  = 2.0,
2190 #    flags       = eased
2191 # }
2192
2193 #    Variation of maximum mountain height (in nodes).
2194 #    type: noise_params_2d
2195 # mgv7_np_mount_height = {
2196 #    offset      = 256,
2197 #    scale       = 112,
2198 #    spread      = (1000, 1000, 1000),
2199 #    seed        = 72449,
2200 #    octaves     = 3,
2201 #    persistence = 0.6,
2202 #    lacunarity  = 2.0,
2203 #    flags       = eased
2204 # }
2205
2206 #    Defines large-scale river channel structure.
2207 #    type: noise_params_2d
2208 # mgv7_np_ridge_uwater = {
2209 #    offset      = 0,
2210 #    scale       = 1,
2211 #    spread      = (1000, 1000, 1000),
2212 #    seed        = 85039,
2213 #    octaves     = 5,
2214 #    persistence = 0.6,
2215 #    lacunarity  = 2.0,
2216 #    flags       = eased
2217 # }
2218
2219 #    Defines areas of floatland smooth terrain.
2220 #    Smooth floatlands occur when noise > 0.
2221 #    type: noise_params_2d
2222 # mgv7_np_floatland_base = {
2223 #    offset      = -0.6,
2224 #    scale       = 1.5,
2225 #    spread      = (600, 600, 600),
2226 #    seed        = 114,
2227 #    octaves     = 5,
2228 #    persistence = 0.6,
2229 #    lacunarity  = 2.0,
2230 #    flags       = eased
2231 # }
2232
2233 #    Variation of hill height and lake depth on floatland smooth terrain.
2234 #    type: noise_params_2d
2235 # mgv7_np_float_base_height = {
2236 #    offset      = 48,
2237 #    scale       = 24,
2238 #    spread      = (300, 300, 300),
2239 #    seed        = 907,
2240 #    octaves     = 4,
2241 #    persistence = 0.7,
2242 #    lacunarity  = 2.0,
2243 #    flags       = eased
2244 # }
2245
2246 #    3D noise defining mountain structure and height.
2247 #    Also defines structure of floatland mountain terrain.
2248 #    type: noise_params_3d
2249 # mgv7_np_mountain = {
2250 #    offset      = -0.6,
2251 #    scale       = 1,
2252 #    spread      = (250, 350, 250),
2253 #    seed        = 5333,
2254 #    octaves     = 5,
2255 #    persistence = 0.63,
2256 #    lacunarity  = 2.0,
2257 #    flags       = 
2258 # }
2259
2260 #    3D noise defining structure of river canyon walls.
2261 #    type: noise_params_3d
2262 # mgv7_np_ridge = {
2263 #    offset      = 0,
2264 #    scale       = 1,
2265 #    spread      = (100, 100, 100),
2266 #    seed        = 6467,
2267 #    octaves     = 4,
2268 #    persistence = 0.75,
2269 #    lacunarity  = 2.0,
2270 #    flags       = 
2271 # }
2272
2273 #    3D noise defining giant caverns.
2274 #    type: noise_params_3d
2275 # mgv7_np_cavern = {
2276 #    offset      = 0,
2277 #    scale       = 1,
2278 #    spread      = (384, 128, 384),
2279 #    seed        = 723,
2280 #    octaves     = 5,
2281 #    persistence = 0.63,
2282 #    lacunarity  = 2.0,
2283 #    flags       = 
2284 # }
2285
2286 #    First of two 3D noises that together define tunnels.
2287 #    type: noise_params_3d
2288 # mgv7_np_cave1 = {
2289 #    offset      = 0,
2290 #    scale       = 12,
2291 #    spread      = (61, 61, 61),
2292 #    seed        = 52534,
2293 #    octaves     = 3,
2294 #    persistence = 0.5,
2295 #    lacunarity  = 2.0,
2296 #    flags       = 
2297 # }
2298
2299 #    Second of two 3D noises that together define tunnels.
2300 #    type: noise_params_3d
2301 # mgv7_np_cave2 = {
2302 #    offset      = 0,
2303 #    scale       = 12,
2304 #    spread      = (67, 67, 67),
2305 #    seed        = 10325,
2306 #    octaves     = 3,
2307 #    persistence = 0.5,
2308 #    lacunarity  = 2.0,
2309 #    flags       = 
2310 # }
2311
2312 #    3D noise that determines number of dungeons per mapchunk.
2313 #    type: noise_params_3d
2314 # mgv7_np_dungeons = {
2315 #    offset      = 0.9,
2316 #    scale       = 0.5,
2317 #    spread      = (500, 500, 500),
2318 #    seed        = 0,
2319 #    octaves     = 2,
2320 #    persistence = 0.8,
2321 #    lacunarity  = 2.0,
2322 #    flags       = 
2323 # }
2324
2325 ## Mapgen Carpathian
2326
2327 #    Map generation attributes specific to Mapgen Carpathian.
2328 #    type: flags possible values: caverns, nocaverns, rivers, norivers
2329 # mgcarpathian_spflags = caverns,norivers
2330
2331 #    Defines the base ground level.
2332 #    type: float
2333 # mgcarpathian_base_level = 12.0
2334
2335 #    Defines the width of the river channel.
2336 #    type: float
2337 # mgcarpathian_river_width = 0.05
2338
2339 #    Defines the depth of the river channel.
2340 #    type: float
2341 # mgcarpathian_river_depth = 24.0
2342
2343 #    Defines the width of the river valley.
2344 #    type: float
2345 # mgcarpathian_valley_width = 0.25
2346
2347 #    Controls width of tunnels, a smaller value creates wider tunnels.
2348 #    type: float
2349 # mgcarpathian_cave_width = 0.09
2350
2351 #    Y of upper limit of large caves.
2352 #    type: int
2353 # mgcarpathian_large_cave_depth = -33
2354
2355 #    Deprecated, define and locate cave liquids using biome definitions instead.
2356 #    Y of upper limit of lava in large caves.
2357 #    type: int
2358 # mgcarpathian_lava_depth = -256
2359
2360 #    Y-level of cavern upper limit.
2361 #    type: int
2362 # mgcarpathian_cavern_limit = -256
2363
2364 #    Y-distance over which caverns expand to full size.
2365 #    type: int
2366 # mgcarpathian_cavern_taper = 256
2367
2368 #    Defines full size of caverns, smaller values create larger caverns.
2369 #    type: float
2370 # mgcarpathian_cavern_threshold = 0.7
2371
2372 #    Lower Y limit of dungeons.
2373 #    type: int
2374 # mgcarpathian_dungeon_ymin = -31000
2375
2376 #    Upper Y limit of dungeons.
2377 #    type: int
2378 # mgcarpathian_dungeon_ymax = 31000
2379
2380 ### Noises
2381
2382 #    Variation of biome filler depth.
2383 #    type: noise_params_2d
2384 # mgcarpathian_np_filler_depth = {
2385 #    offset      = 0,
2386 #    scale       = 1,
2387 #    spread      = (128, 128, 128),
2388 #    seed        = 261,
2389 #    octaves     = 3,
2390 #    persistence = 0.7,
2391 #    lacunarity  = 2.0,
2392 #    flags       = eased
2393 # }
2394
2395 #    First of 4 2D noises that together define hill/mountain range height.
2396 #    type: noise_params_2d
2397 # mgcarpathian_np_height1 = {
2398 #    offset      = 0,
2399 #    scale       = 5,
2400 #    spread      = (251, 251, 251),
2401 #    seed        = 9613,
2402 #    octaves     = 5,
2403 #    persistence = 0.5,
2404 #    lacunarity  = 2.0,
2405 #    flags       = eased
2406 # }
2407
2408 #    Second of 4 2D noises that together define hill/mountain range height.
2409 #    type: noise_params_2d
2410 # mgcarpathian_np_height2 = {
2411 #    offset      = 0,
2412 #    scale       = 5,
2413 #    spread      = (383, 383, 383),
2414 #    seed        = 1949,
2415 #    octaves     = 5,
2416 #    persistence = 0.5,
2417 #    lacunarity  = 2.0,
2418 #    flags       = eased
2419 # }
2420
2421 #    Third of 4 2D noises that together define hill/mountain range height.
2422 #    type: noise_params_2d
2423 # mgcarpathian_np_height3 = {
2424 #    offset      = 0,
2425 #    scale       = 5,
2426 #    spread      = (509, 509, 509),
2427 #    seed        = 3211,
2428 #    octaves     = 5,
2429 #    persistence = 0.5,
2430 #    lacunarity  = 2.0,
2431 #    flags       = eased
2432 # }
2433
2434 #    Fourth of 4 2D noises that together define hill/mountain range height.
2435 #    type: noise_params_2d
2436 # mgcarpathian_np_height4 = {
2437 #    offset      = 0,
2438 #    scale       = 5,
2439 #    spread      = (631, 631, 631),
2440 #    seed        = 1583,
2441 #    octaves     = 5,
2442 #    persistence = 0.5,
2443 #    lacunarity  = 2.0,
2444 #    flags       = eased
2445 # }
2446
2447 #    2D noise that controls the size/occurrence of rolling hills.
2448 #    type: noise_params_2d
2449 # mgcarpathian_np_hills_terrain = {
2450 #    offset      = 1,
2451 #    scale       = 1,
2452 #    spread      = (1301, 1301, 1301),
2453 #    seed        = 1692,
2454 #    octaves     = 3,
2455 #    persistence = 0.5,
2456 #    lacunarity  = 2.0,
2457 #    flags       = eased
2458 # }
2459
2460 #    2D noise that controls the size/occurrence of ridged mountain ranges.
2461 #    type: noise_params_2d
2462 # mgcarpathian_np_ridge_terrain = {
2463 #    offset      = 1,
2464 #    scale       = 1,
2465 #    spread      = (1889, 1889, 1889),
2466 #    seed        = 3568,
2467 #    octaves     = 3,
2468 #    persistence = 0.5,
2469 #    lacunarity  = 2.0,
2470 #    flags       = eased
2471 # }
2472
2473 #    2D noise that controls the size/occurrence of step mountain ranges.
2474 #    type: noise_params_2d
2475 # mgcarpathian_np_step_terrain = {
2476 #    offset      = 1,
2477 #    scale       = 1,
2478 #    spread      = (1889, 1889, 1889),
2479 #    seed        = 4157,
2480 #    octaves     = 3,
2481 #    persistence = 0.5,
2482 #    lacunarity  = 2.0,
2483 #    flags       = eased
2484 # }
2485
2486 #    2D noise that controls the shape/size of rolling hills.
2487 #    type: noise_params_2d
2488 # mgcarpathian_np_hills = {
2489 #    offset      = 0,
2490 #    scale       = 3,
2491 #    spread      = (257, 257, 257),
2492 #    seed        = 6604,
2493 #    octaves     = 6,
2494 #    persistence = 0.5,
2495 #    lacunarity  = 2.0,
2496 #    flags       = eased
2497 # }
2498
2499 #    2D noise that controls the shape/size of ridged mountains.
2500 #    type: noise_params_2d
2501 # mgcarpathian_np_ridge_mnt = {
2502 #    offset      = 0,
2503 #    scale       = 12,
2504 #    spread      = (743, 743, 743),
2505 #    seed        = 5520,
2506 #    octaves     = 6,
2507 #    persistence = 0.7,
2508 #    lacunarity  = 2.0,
2509 #    flags       = eased
2510 # }
2511
2512 #    2D noise that controls the shape/size of step mountains.
2513 #    type: noise_params_2d
2514 # mgcarpathian_np_step_mnt = {
2515 #    offset      = 0,
2516 #    scale       = 8,
2517 #    spread      = (509, 509, 509),
2518 #    seed        = 2590,
2519 #    octaves     = 6,
2520 #    persistence = 0.6,
2521 #    lacunarity  = 2.0,
2522 #    flags       = eased
2523 # }
2524
2525 #    2D noise that locates the river valleys and channels.
2526 #    type: noise_params_2d
2527 # mgcarpathian_np_rivers = {
2528 #    offset      = 0,
2529 #    scale       = 1,
2530 #    spread      = (1000, 1000, 1000),
2531 #    seed        = 85039,
2532 #    octaves     = 5,
2533 #    persistence = 0.6,
2534 #    lacunarity  = 2.0,
2535 #    flags       = eased
2536 # }
2537
2538 #    3D noise for mountain overhangs, cliffs, etc. Usually small variations.
2539 #    type: noise_params_3d
2540 # mgcarpathian_np_mnt_var = {
2541 #    offset      = 0,
2542 #    scale       = 1,
2543 #    spread      = (499, 499, 499),
2544 #    seed        = 2490,
2545 #    octaves     = 5,
2546 #    persistence = 0.55,
2547 #    lacunarity  = 2.0,
2548 #    flags       = 
2549 # }
2550
2551 #    First of two 3D noises that together define tunnels.
2552 #    type: noise_params_3d
2553 # mgcarpathian_np_cave1 = {
2554 #    offset      = 0,
2555 #    scale       = 12,
2556 #    spread      = (61, 61, 61),
2557 #    seed        = 52534,
2558 #    octaves     = 3,
2559 #    persistence = 0.5,
2560 #    lacunarity  = 2.0,
2561 #    flags       = 
2562 # }
2563
2564 #    Second of two 3D noises that together define tunnels.
2565 #    type: noise_params_3d
2566 # mgcarpathian_np_cave2 = {
2567 #    offset      = 0,
2568 #    scale       = 12,
2569 #    spread      = (67, 67, 67),
2570 #    seed        = 10325,
2571 #    octaves     = 3,
2572 #    persistence = 0.5,
2573 #    lacunarity  = 2.0,
2574 #    flags       = 
2575 # }
2576
2577 #    3D noise defining giant caverns.
2578 #    type: noise_params_3d
2579 # mgcarpathian_np_cavern = {
2580 #    offset      = 0,
2581 #    scale       = 1,
2582 #    spread      = (384, 128, 384),
2583 #    seed        = 723,
2584 #    octaves     = 5,
2585 #    persistence = 0.63,
2586 #    lacunarity  = 2.0,
2587 #    flags       = 
2588 # }
2589
2590 #    3D noise that determines number of dungeons per mapchunk.
2591 #    type: noise_params_3d
2592 # mgcarpathian_np_dungeons = {
2593 #    offset      = 0.9,
2594 #    scale       = 0.5,
2595 #    spread      = (500, 500, 500),
2596 #    seed        = 0,
2597 #    octaves     = 2,
2598 #    persistence = 0.8,
2599 #    lacunarity  = 2.0,
2600 #    flags       = 
2601 # }
2602
2603 ## Mapgen Flat
2604
2605 #    Map generation attributes specific to Mapgen flat.
2606 #    Occasional lakes and hills can be added to the flat world.
2607 #    type: flags possible values: lakes, hills, nolakes, nohills
2608 # mgflat_spflags = nolakes,nohills
2609
2610 #    Y of flat ground.
2611 #    type: int
2612 # mgflat_ground_level = 8
2613
2614 #    Y of upper limit of large caves.
2615 #    type: int
2616 # mgflat_large_cave_depth = -33
2617
2618 #    Deprecated, define and locate cave liquids using biome definitions instead.
2619 #    Y of upper limit of lava in large caves.
2620 #    type: int
2621 # mgflat_lava_depth = -256
2622
2623 #    Controls width of tunnels, a smaller value creates wider tunnels.
2624 #    type: float
2625 # mgflat_cave_width = 0.09
2626
2627 #    Terrain noise threshold for lakes.
2628 #    Controls proportion of world area covered by lakes.
2629 #    Adjust towards 0.0 for a larger proportion.
2630 #    type: float
2631 # mgflat_lake_threshold = -0.45
2632
2633 #    Controls steepness/depth of lake depressions.
2634 #    type: float
2635 # mgflat_lake_steepness = 48.0
2636
2637 #    Terrain noise threshold for hills.
2638 #    Controls proportion of world area covered by hills.
2639 #    Adjust towards 0.0 for a larger proportion.
2640 #    type: float
2641 # mgflat_hill_threshold = 0.45
2642
2643 #    Controls steepness/height of hills.
2644 #    type: float
2645 # mgflat_hill_steepness = 64.0
2646
2647 #    Lower Y limit of dungeons.
2648 #    type: int
2649 # mgflat_dungeon_ymin = -31000
2650
2651 #    Upper Y limit of dungeons.
2652 #    type: int
2653 # mgflat_dungeon_ymax = 31000
2654
2655 ### Noises
2656
2657 #    Defines location and terrain of optional hills and lakes.
2658 #    type: noise_params_2d
2659 # mgflat_np_terrain = {
2660 #    offset      = 0,
2661 #    scale       = 1,
2662 #    spread      = (600, 600, 600),
2663 #    seed        = 7244,
2664 #    octaves     = 5,
2665 #    persistence = 0.6,
2666 #    lacunarity  = 2.0,
2667 #    flags       = eased
2668 # }
2669
2670 #    Variation of biome filler depth.
2671 #    type: noise_params_2d
2672 # mgflat_np_filler_depth = {
2673 #    offset      = 0,
2674 #    scale       = 1.2,
2675 #    spread      = (150, 150, 150),
2676 #    seed        = 261,
2677 #    octaves     = 3,
2678 #    persistence = 0.7,
2679 #    lacunarity  = 2.0,
2680 #    flags       = eased
2681 # }
2682
2683 #    First of two 3D noises that together define tunnels.
2684 #    type: noise_params_3d
2685 # mgflat_np_cave1 = {
2686 #    offset      = 0,
2687 #    scale       = 12,
2688 #    spread      = (61, 61, 61),
2689 #    seed        = 52534,
2690 #    octaves     = 3,
2691 #    persistence = 0.5,
2692 #    lacunarity  = 2.0,
2693 #    flags       = 
2694 # }
2695
2696 #    Second of two 3D noises that together define tunnels.
2697 #    type: noise_params_3d
2698 # mgflat_np_cave2 = {
2699 #    offset      = 0,
2700 #    scale       = 12,
2701 #    spread      = (67, 67, 67),
2702 #    seed        = 10325,
2703 #    octaves     = 3,
2704 #    persistence = 0.5,
2705 #    lacunarity  = 2.0,
2706 #    flags       = 
2707 # }
2708
2709 #    3D noise that determines number of dungeons per mapchunk.
2710 #    type: noise_params_3d
2711 # mgflat_np_dungeons = {
2712 #    offset      = 0.9,
2713 #    scale       = 0.5,
2714 #    spread      = (500, 500, 500),
2715 #    seed        = 0,
2716 #    octaves     = 2,
2717 #    persistence = 0.8,
2718 #    lacunarity  = 2.0,
2719 #    flags       = 
2720 # }
2721
2722 ## Mapgen Fractal
2723
2724 #    Map generation attributes specific to Mapgen flat.
2725 #    'terrain' enables the generation of non-fractal terrain:
2726 #    ocean, islands and underground.
2727 #    type: flags possible values: terrain, noterrain
2728 # mgfractal_spflags = terrain
2729
2730 #    Controls width of tunnels, a smaller value creates wider tunnels.
2731 #    type: float
2732 # mgfractal_cave_width = 0.09
2733
2734 #    Y of upper limit of large caves.
2735 #    type: int
2736 # mgfractal_large_cave_depth = -33
2737
2738 #    Deprecated, define and locate cave liquids using biome definitions instead.
2739 #    Y of upper limit of lava in large caves.
2740 #    type: int
2741 # mgfractal_lava_depth = -256
2742
2743 #    Lower Y limit of dungeons.
2744 #    type: int
2745 # mgfractal_dungeon_ymin = -31000
2746
2747 #    Upper Y limit of dungeons.
2748 #    type: int
2749 # mgfractal_dungeon_ymax = 31000
2750
2751 #    Selects one of 18 fractal types.
2752 #    1 = 4D "Roundy" mandelbrot set.
2753 #    2 = 4D "Roundy" julia set.
2754 #    3 = 4D "Squarry" mandelbrot set.
2755 #    4 = 4D "Squarry" julia set.
2756 #    5 = 4D "Mandy Cousin" mandelbrot set.
2757 #    6 = 4D "Mandy Cousin" julia set.
2758 #    7 = 4D "Variation" mandelbrot set.
2759 #    8 = 4D "Variation" julia set.
2760 #    9 = 3D "Mandelbrot/Mandelbar" mandelbrot set.
2761 #    10 = 3D "Mandelbrot/Mandelbar" julia set.
2762 #    11 = 3D "Christmas Tree" mandelbrot set.
2763 #    12 = 3D "Christmas Tree" julia set.
2764 #    13 = 3D "Mandelbulb" mandelbrot set.
2765 #    14 = 3D "Mandelbulb" julia set.
2766 #    15 = 3D "Cosine Mandelbulb" mandelbrot set.
2767 #    16 = 3D "Cosine Mandelbulb" julia set.
2768 #    17 = 4D "Mandelbulb" mandelbrot set.
2769 #    18 = 4D "Mandelbulb" julia set.
2770 #    type: int min: 1 max: 18
2771 # mgfractal_fractal = 1
2772
2773 #    Iterations of the recursive function.
2774 #    Increasing this increases the amount of fine detail, but also
2775 #    increases processing load.
2776 #    At iterations = 20 this mapgen has a similar load to mapgen V7.
2777 #    type: int
2778 # mgfractal_iterations = 11
2779
2780 #    (X,Y,Z) scale of fractal in nodes.
2781 #    Actual fractal size will be 2 to 3 times larger.
2782 #    These numbers can be made very large, the fractal does
2783 #    not have to fit inside the world.
2784 #    Increase these to 'zoom' into the detail of the fractal.
2785 #    Default is for a vertically-squashed shape suitable for
2786 #    an island, set all 3 numbers equal for the raw shape.
2787 #    type: v3f
2788 # mgfractal_scale = (4096.0, 1024.0, 4096.0)
2789
2790 #    (X,Y,Z) offset of fractal from world center in units of 'scale'.
2791 #    Can be used to move a desired point to (0, 0) to create a
2792 #    suitable spawn point, or to allow 'zooming in' on a desired
2793 #    point by increasing 'scale'.
2794 #    The default is tuned for a suitable spawn point for mandelbrot
2795 #    sets with default parameters, it may need altering in other
2796 #    situations.
2797 #    Range roughly -2 to 2. Multiply by 'scale' for offset in nodes.
2798 #    type: v3f
2799 # mgfractal_offset = (1.79, 0.0, 0.0)
2800
2801 #    W coordinate of the generated 3D slice of a 4D fractal.
2802 #    Determines which 3D slice of the 4D shape is generated.
2803 #    Alters the shape of the fractal.
2804 #    Has no effect on 3D fractals.
2805 #    Range roughly -2 to 2.
2806 #    type: float
2807 # mgfractal_slice_w = 0.0
2808
2809 #    Julia set only.
2810 #    X component of hypercomplex constant.
2811 #    Alters the shape of the fractal.
2812 #    Range roughly -2 to 2.
2813 #    type: float
2814 # mgfractal_julia_x = 0.33
2815
2816 #    Julia set only.
2817 #    Y component of hypercomplex constant.
2818 #    Alters the shape of the fractal.
2819 #    Range roughly -2 to 2.
2820 #    type: float
2821 # mgfractal_julia_y = 0.33
2822
2823 #    Julia set only.
2824 #    Z component of hypercomplex constant.
2825 #    Alters the shape of the fractal.
2826 #    Range roughly -2 to 2.
2827 #    type: float
2828 # mgfractal_julia_z = 0.33
2829
2830 #    Julia set only.
2831 #    W component of hypercomplex constant.
2832 #    Alters the shape of the fractal.
2833 #    Has no effect on 3D fractals.
2834 #    Range roughly -2 to 2.
2835 #    type: float
2836 # mgfractal_julia_w = 0.33
2837
2838 ### Noises
2839
2840 #    Y-level of seabed.
2841 #    type: noise_params_2d
2842 # mgfractal_np_seabed = {
2843 #    offset      = -14,
2844 #    scale       = 9,
2845 #    spread      = (600, 600, 600),
2846 #    seed        = 41900,
2847 #    octaves     = 5,
2848 #    persistence = 0.6,
2849 #    lacunarity  = 2.0,
2850 #    flags       = eased
2851 # }
2852
2853 #    Variation of biome filler depth.
2854 #    type: noise_params_2d
2855 # mgfractal_np_filler_depth = {
2856 #    offset      = 0,
2857 #    scale       = 1.2,
2858 #    spread      = (150, 150, 150),
2859 #    seed        = 261,
2860 #    octaves     = 3,
2861 #    persistence = 0.7,
2862 #    lacunarity  = 2.0,
2863 #    flags       = eased
2864 # }
2865
2866 #    First of two 3D noises that together define tunnels.
2867 #    type: noise_params_3d
2868 # mgfractal_np_cave1 = {
2869 #    offset      = 0,
2870 #    scale       = 12,
2871 #    spread      = (61, 61, 61),
2872 #    seed        = 52534,
2873 #    octaves     = 3,
2874 #    persistence = 0.5,
2875 #    lacunarity  = 2.0,
2876 #    flags       = 
2877 # }
2878
2879 #    Second of two 3D noises that together define tunnels.
2880 #    type: noise_params_3d
2881 # mgfractal_np_cave2 = {
2882 #    offset      = 0,
2883 #    scale       = 12,
2884 #    spread      = (67, 67, 67),
2885 #    seed        = 10325,
2886 #    octaves     = 3,
2887 #    persistence = 0.5,
2888 #    lacunarity  = 2.0,
2889 #    flags       = 
2890 # }
2891
2892 #    3D noise that determines number of dungeons per mapchunk.
2893 #    type: noise_params_3d
2894 # mgfractal_np_dungeons = {
2895 #    offset      = 0.9,
2896 #    scale       = 0.5,
2897 #    spread      = (500, 500, 500),
2898 #    seed        = 0,
2899 #    octaves     = 2,
2900 #    persistence = 0.8,
2901 #    lacunarity  = 2.0,
2902 #    flags       = 
2903 # }
2904
2905 ## Mapgen Valleys
2906
2907 #    Map generation attributes specific to Mapgen Valleys.
2908 #    'altitude_chill': Reduces heat with altitude.
2909 #    'humid_rivers': Increases humidity around rivers.
2910 #    'vary_river_depth': If enabled, low humidity and high heat causes rivers
2911 #    to become shallower and occasionally dry.
2912 #    'altitude_dry': Reduces humidity with altitude.
2913 #    type: flags possible values: altitude_chill, humid_rivers, vary_river_depth, altitude_dry, noaltitude_chill, nohumid_rivers, novary_river_depth, noaltitude_dry
2914 # mgvalleys_spflags = altitude_chill,humid_rivers,vary_river_depth,altitude_dry
2915
2916 #    The vertical distance over which heat drops by 20 if 'altitude_chill' is
2917 #    enabled. Also the vertical distance over which humidity drops by 10 if
2918 #    'altitude_dry' is enabled.
2919 #    type: int
2920 # mgvalleys_altitude_chill = 90
2921
2922 #    Depth below which you'll find large caves.
2923 #    type: int
2924 # mgvalleys_large_cave_depth = -33
2925
2926 #    Deprecated, define and locate cave liquids using biome definitions instead.
2927 #    Y of upper limit of lava in large caves.
2928 #    type: int
2929 # mgvalleys_lava_depth = 1
2930
2931 #    Depth below which you'll find giant caverns.
2932 #    type: int
2933 # mgvalleys_cavern_limit = -256
2934
2935 #    Y-distance over which caverns expand to full size.
2936 #    type: int
2937 # mgvalleys_cavern_taper = 192
2938
2939 #    Defines full size of caverns, smaller values create larger caverns.
2940 #    type: float
2941 # mgvalleys_cavern_threshold = 0.6
2942
2943 #    How deep to make rivers.
2944 #    type: int
2945 # mgvalleys_river_depth = 4
2946
2947 #    How wide to make rivers.
2948 #    type: int
2949 # mgvalleys_river_size = 5
2950
2951 #    Controls width of tunnels, a smaller value creates wider tunnels.
2952 #    type: float
2953 # mgvalleys_cave_width = 0.09
2954
2955 #    Lower Y limit of dungeons.
2956 #    type: int
2957 # mgvalleys_dungeon_ymin = -31000
2958
2959 #    Upper Y limit of dungeons.
2960 #    type: int
2961 # mgvalleys_dungeon_ymax = 63
2962
2963 ### Noises
2964
2965 #    First of two 3D noises that together define tunnels.
2966 #    type: noise_params_3d
2967 # mgvalleys_np_cave1 = {
2968 #    offset      = 0,
2969 #    scale       = 12,
2970 #    spread      = (61, 61, 61),
2971 #    seed        = 52534,
2972 #    octaves     = 3,
2973 #    persistence = 0.5,
2974 #    lacunarity  = 2.0,
2975 #    flags       = 
2976 # }
2977
2978 #    Second of two 3D noises that together define tunnels.
2979 #    type: noise_params_3d
2980 # mgvalleys_np_cave2 = {
2981 #    offset      = 0,
2982 #    scale       = 12,
2983 #    spread      = (67, 67, 67),
2984 #    seed        = 10325,
2985 #    octaves     = 3,
2986 #    persistence = 0.5,
2987 #    lacunarity  = 2.0,
2988 #    flags       = 
2989 # }
2990
2991 #    The depth of dirt or other biome filler node.
2992 #    type: noise_params_2d
2993 # mgvalleys_np_filler_depth = {
2994 #    offset      = 0,
2995 #    scale       = 1.2,
2996 #    spread      = (256, 256, 256),
2997 #    seed        = 1605,
2998 #    octaves     = 3,
2999 #    persistence = 0.5,
3000 #    lacunarity  = 2.0,
3001 #    flags       = eased
3002 # }
3003
3004 #    3D noise defining giant caverns.
3005 #    type: noise_params_3d
3006 # mgvalleys_np_cavern = {
3007 #    offset      = 0,
3008 #    scale       = 1,
3009 #    spread      = (768, 256, 768),
3010 #    seed        = 59033,
3011 #    octaves     = 6,
3012 #    persistence = 0.63,
3013 #    lacunarity  = 2.0,
3014 #    flags       = 
3015 # }
3016
3017 #    Defines large-scale river channel structure.
3018 #    type: noise_params_2d
3019 # mgvalleys_np_rivers = {
3020 #    offset      = 0,
3021 #    scale       = 1,
3022 #    spread      = (256, 256, 256),
3023 #    seed        = -6050,
3024 #    octaves     = 5,
3025 #    persistence = 0.6,
3026 #    lacunarity  = 2.0,
3027 #    flags       = eased
3028 # }
3029
3030 #    Base terrain height.
3031 #    type: noise_params_2d
3032 # mgvalleys_np_terrain_height = {
3033 #    offset      = -10,
3034 #    scale       = 50,
3035 #    spread      = (1024, 1024, 1024),
3036 #    seed        = 5202,
3037 #    octaves     = 6,
3038 #    persistence = 0.4,
3039 #    lacunarity  = 2.0,
3040 #    flags       = eased
3041 # }
3042
3043 #    Raises terrain to make valleys around the rivers.
3044 #    type: noise_params_2d
3045 # mgvalleys_np_valley_depth = {
3046 #    offset      = 5,
3047 #    scale       = 4,
3048 #    spread      = (512, 512, 512),
3049 #    seed        = -1914,
3050 #    octaves     = 1,
3051 #    persistence = 1.0,
3052 #    lacunarity  = 2.0,
3053 #    flags       = eased
3054 # }
3055
3056 #    Slope and fill work together to modify the heights.
3057 #    type: noise_params_3d
3058 # mgvalleys_np_inter_valley_fill = {
3059 #    offset      = 0,
3060 #    scale       = 1,
3061 #    spread      = (256, 512, 256),
3062 #    seed        = 1993,
3063 #    octaves     = 6,
3064 #    persistence = 0.8,
3065 #    lacunarity  = 2.0,
3066 #    flags       = 
3067 # }
3068
3069 #    Amplifies the valleys.
3070 #    type: noise_params_2d
3071 # mgvalleys_np_valley_profile = {
3072 #    offset      = 0.6,
3073 #    scale       = 0.5,
3074 #    spread      = (512, 512, 512),
3075 #    seed        = 777,
3076 #    octaves     = 1,
3077 #    persistence = 1.0,
3078 #    lacunarity  = 2.0,
3079 #    flags       = eased
3080 # }
3081
3082 #    Slope and fill work together to modify the heights.
3083 #    type: noise_params_2d
3084 # mgvalleys_np_inter_valley_slope = {
3085 #    offset      = 0.5,
3086 #    scale       = 0.5,
3087 #    spread      = (128, 128, 128),
3088 #    seed        = 746,
3089 #    octaves     = 1,
3090 #    persistence = 1.0,
3091 #    lacunarity  = 2.0,
3092 #    flags       = eased
3093 # }
3094
3095 #    3D noise that determines number of dungeons per mapchunk.
3096 #    type: noise_params_3d
3097 # mgvalleys_np_dungeons = {
3098 #    offset      = 0.9,
3099 #    scale       = 0.5,
3100 #    spread      = (500, 500, 500),
3101 #    seed        = 0,
3102 #    octaves     = 2,
3103 #    persistence = 0.8,
3104 #    lacunarity  = 2.0,
3105 #    flags       = 
3106 # }
3107
3108 ## Advanced
3109
3110 #    Size of mapchunks generated by mapgen, stated in mapblocks (16 nodes).
3111 #    WARNING!: There is no benefit, and there are several dangers, in
3112 #    increasing this value above 5.
3113 #    Reducing this value increases cave and dungeon density.
3114 #    Altering this value is for special usage, leaving it unchanged is
3115 #    recommended.
3116 #    type: int
3117 # chunksize = 5
3118
3119 #    Dump the mapgen debug information.
3120 #    type: bool
3121 # enable_mapgen_debug_info = false
3122
3123 #    Maximum number of blocks that can be queued for loading.
3124 #    type: int
3125 # emergequeue_limit_total = 512
3126
3127 #    Maximum number of blocks to be queued that are to be loaded from file.
3128 #    Set to blank for an appropriate amount to be chosen automatically.
3129 #    type: int
3130 # emergequeue_limit_diskonly = 64
3131
3132 #    Maximum number of blocks to be queued that are to be generated.
3133 #    Set to blank for an appropriate amount to be chosen automatically.
3134 #    type: int
3135 # emergequeue_limit_generate = 64
3136
3137 #    Number of emerge threads to use.
3138 #    WARNING: Currently there are multiple bugs that may cause crashes when
3139 #    'num_emerge_threads' is larger than 1. Until this warning is removed it is
3140 #    strongly recommended this value is set to the default '1'.
3141 #    Value 0:
3142 #    -    Automatic selection. The number of emerge threads will be
3143 #    -    'number of processors - 2', with a lower limit of 1.
3144 #    Any other value:
3145 #    -    Specifies the number of emerge threads, with a lower limit of 1.
3146 #    WARNING: Increasing the number of emerge threads increases engine mapgen
3147 #    speed, but this may harm game performance by interfering with other
3148 #    processes, especially in singleplayer and/or when running Lua code in
3149 #    'on_generated'. For many users the optimum setting may be '1'.
3150 #    type: int
3151 # num_emerge_threads = 1
3152
3153 #
3154 # Online Content Repository
3155 #
3156
3157 #    The URL for the content repository
3158 #    type: string
3159 # contentdb_url = https://content.minetest.net
3160
3161 #    Comma-separated list of flags to hide in the content repository.
3162 #    "nonfree" can be used to hide packages which do not qualify as 'free software',
3163 #    as defined by the Free Software Foundation.
3164 #    You can also specify content ratings.
3165 #    These flags are independent from Minetest versions,
3166 #    so see a full list at https://content.minetest.net/help/content_flags/
3167 #    type: string
3168 # contentdb_flag_blacklist = nonfree, desktop_default
3169