diff --git a/minetest.conf b/minetest.conf index 449b130..ad43133 100644 --- a/minetest.conf +++ b/minetest.conf @@ -55,7 +55,7 @@ flowing_water_sounds = true # server(user stuff) max_users = 16 -# player_transfer_distance = 1 DOES ANYBODY HAVE ANY IDEA WHAT THIS DOES +player_transfer_distance = 4 # 64 nodes # server(performance stuff) max_block_generate_distance = 5 @@ -71,9 +71,12 @@ mg_flags = trees, caves mgv6_spflags = nojungles mgv6_freq_desert = 0.65 mgv6_freq_beach = -0.04 + water_level = 1 # i don't really know what these numbers change, but whatever :) # offset, scale, (spread factors), seed offset, number of octaves, persistence, lacunarity. mg_biome_np_humidity = 50, 20, (600, 850, 600), 31478, 2, 0.5, 2.0 -mgv7_np_terrain_base = 10, 25, (750, 1500, 750), 88533, 5, 0.65, 2, 2 \ No newline at end of file + +mgv7_np_terrain_base = 10, 25, (750, 1500, 750), 88533, 5, 0.65, 2, 2 +mgdjr_np_terrain_base = 10, 25, (750, 1500, 750), 88533, 5, 0.65, 2, 2 \ No newline at end of file diff --git a/mods/nav/map.lua b/mods/nav/map.lua index 8e0fc23..88722c0 100644 --- a/mods/nav/map.lua +++ b/mods/nav/map.lua @@ -1,6 +1,6 @@ -- Map handling -nav.map_radius = 64 +nav.map_radius = 128 nav.waypoints = {}