mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-02 00:00:37 +02:00
sw fix
This commit is contained in:
@ -4,6 +4,8 @@ technic.networks = {}
|
|||||||
technic.cables = {}
|
technic.cables = {}
|
||||||
technic.redundant_warn = {}
|
technic.redundant_warn = {}
|
||||||
|
|
||||||
|
local switch_max_range = tonumber(minetest.settings:get("technic.switch_max_range") or "64")
|
||||||
|
|
||||||
local mesecons_path = minetest.get_modpath("mesecons")
|
local mesecons_path = minetest.get_modpath("mesecons")
|
||||||
local digilines_path = minetest.get_modpath("digilines")
|
local digilines_path = minetest.get_modpath("digilines")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user