mirror of
https://github.com/minetest-mods/technic.git
synced 2025-11-09 03:35:28 +01:00
update readme/settings
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user