We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f336373 commit fc24e42Copy full SHA for fc24e42
1 file changed
technic/machines/init.lua
@@ -14,6 +14,9 @@ technic.digilines = {
14
}
15
16
17
+-- https://github.com/mt-mods/technic/issues/100
18
+dofile(path.."/compat/digtron.lua")
19
+
20
dofile(path.."/network.lua")
21
22
dofile(path.."/register/init.lua")
@@ -31,9 +34,6 @@ dofile(path.."/supply_converter.lua")
31
34
32
35
dofile(path.."/other/init.lua")
33
36
--- https://github.com/mt-mods/technic/issues/100
-dofile(path.."/compat/digtron.lua")
-
37
--
38
-- Technic power network administrative functions
39
0 commit comments