diff options
author | Elijah Duffy <enduffy2014@outlook.com> | 2017-07-14 11:37:58 -0700 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-07-14 20:37:58 +0200 |
commit | dc3ca09e0e0e25f40cccae12c73830b0334ffb60 (patch) | |
tree | 25ce565ec4db341868754b004fe167c452950b50 /minetest.conf.example | |
parent | 32b68de65a303f0e063cb0d61a79ff7b4837ad7f (diff) | |
download | minetest-dc3ca09e0e0e25f40cccae12c73830b0334ffb60.tar.gz minetest-dc3ca09e0e0e25f40cccae12c73830b0334ffb60.tar.bz2 minetest-dc3ca09e0e0e25f40cccae12c73830b0334ffb60.zip |
Remove remaining modstore code (#6120)
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index de5e0f566..d0dce0ed8 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1499,7 +1499,7 @@ # Y of upper limit of large caves. # type: int # mgcarpathian_large_cave_depth = -33 - + # Y of upper limit of lava in large caves. # type: int # mgcarpathian_lava_depth = -256 @@ -1961,16 +1961,6 @@ # type: int # main_menu_mod_mgr = 1 -# type: string -# modstore_download_url = https://forum.minetest.net/media/ - -# type: string -# modstore_listmods_url = https://forum.minetest.net/mmdb/mods/ - -# type: string -# modstore_details_url = https://forum.minetest.net/mmdb/mod/*/ - # Print the engine's profiling data in regular intervals (in seconds). 0 = disable. Useful for developers. # type: int # profiler_print_interval = 0 - |