mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
sw fix
This commit is contained in:
@ -4,6 +4,8 @@ technic.networks = {}
|
||||
technic.cables = {}
|
||||
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 digilines_path = minetest.get_modpath("digilines")
|
||||
|
||||
|
Reference in New Issue
Block a user