update readme/settings

This commit is contained in:
BuckarooBanzay
2020-01-16 15:40:08 +01:00
parent 8f9486cc37
commit 66ed9431dd
2 changed files with 44 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ technic.networks = {}
technic.cables = {}
technic.redundant_warn = {}
local switch_max_range = tonumber(minetest.settings:get("technic.switch_max_range") or "64")
local switch_max_range = tonumber(minetest.settings:get("technic.switch_max_range") or "256")
local mesecons_path = minetest.get_modpath("mesecons")
local digilines_path = minetest.get_modpath("digilines")