|
298 | 298 | #fallback_font_size = 15
|
299 | 299 | #fallback_font_shadow = 1
|
300 | 300 | #fallback_font_shadow_alpha = 128
|
301 |
| -# Override language. When no value is provided (default) system language is used. |
302 |
| -# Check "locale" directory for the list of available translations. |
303 |
| -#language = |
304 |
| -#main_menu_script = |
305 |
| -#main_menu_game_mgr = 0 |
306 |
| -#main_menu_mod_mgr = 1 |
307 |
| -#modstore_download_url = https://forum.minetest.net/media/ |
308 |
| -#modstore_listmods_url = https://forum.minetest.net/mmdb/mods/ |
309 |
| -#modstore_details_url = https://forum.minetest.net/mmdb/mod/*/ |
310 |
| -# Makes DirectX work with LuaJIT. Disable if it causes troubles. |
311 |
| -#high_precision_fpu = true |
312 | 301 |
|
313 | 302 | #
|
314 | 303 | # Server stuff
|
|
447 | 436 | # try reducing it, but don't reduce it to a number below double of targeted
|
448 | 437 | # client number.
|
449 | 438 | #max_packets_per_iteration = 1024
|
| 439 | + |
450 | 440 | # Enable/disable IPv6
|
451 | 441 | #enable_ipv6 = true
|
452 | 442 | # Enable/disable running an IPv6 server. An IPv6 server may be restricted
|
453 | 443 | # to IPv6 clients, depending on system configuration.
|
454 | 444 | # Ignored if bind_address is set.
|
455 | 445 | #ipv6_server = false
|
| 446 | +#main_menu_script = |
| 447 | +#main_menu_game_mgr = 0 |
| 448 | +#main_menu_mod_mgr = 1 |
| 449 | +#modstore_download_url = https://forum.minetest.net/media/ |
| 450 | +#modstore_listmods_url = https://forum.minetest.net/mmdb/mods/ |
| 451 | +#modstore_details_url = https://forum.minetest.net/mmdb/mod/*/ |
| 452 | +# Makes DirectX work with LuaJIT. Disable if it causes troubles. |
| 453 | +#high_precision_fpu = true |
| 454 | +# Override language. When no value is provided (default) system language is used. |
| 455 | +# Check "locale" directory for the list of available translations. |
| 456 | +#language = |
456 | 457 |
|
457 | 458 | #
|
458 | 459 | # Physics stuff
|
|
485 | 486 | # Global map generation attributes. Currently supported: trees, caves, flat, dungeons, light.
|
486 | 487 | # Flags that are not specified in the flag string are not modified from the default.
|
487 | 488 | # To explicitly turn off a flag, prepend "no" to the beginning, e.g. nolight.
|
488 |
| -#mg_flags = trees, caves, light |
| 489 | +#mg_flags = trees, caves, dungeons, light |
489 | 490 | # Enable/disable floating dungeons and dungeon slices
|
490 | 491 | #enable_floating_dungeons = true
|
491 | 492 |
|
492 | 493 | # Map generation attributes specific to Mapgen V6.
|
493 | 494 | # Currently supported: jungles, biomeblend, mudflow, snowbiomes.
|
494 |
| -# When snowbiomes are enabled jungles are enabled, the jungles flag is ignored. |
495 |
| -#mgv6_spflags = biomeblend, mudflow |
| 495 | +# When snowbiomes are enabled jungles are enabled and the jungles flag is ignored. |
| 496 | +#mgv6_spflags = jungles, biomeblend, mudflow |
496 | 497 | # Controls size of deserts and beaches in Mapgen V6
|
| 498 | +# When snowbiomes are enabled 'mgv6_freq_desert' is ignored. |
497 | 499 | #mgv6_freq_desert = 0.45
|
498 | 500 | #mgv6_freq_beach = 0.15
|
499 | 501 |
|
|
0 commit comments