Skip to content

Commit fc24e42

Browse files
S-S-XSX
andauthored
Fix digtron HV connector again (broken in #113) (#121)
Co-authored-by: SX <sx@minetest>
1 parent f336373 commit fc24e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

technic/machines/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ technic.digilines = {
1414
}
1515
}
1616

17+
-- https://github.com/mt-mods/technic/issues/100
18+
dofile(path.."/compat/digtron.lua")
19+
1720
dofile(path.."/network.lua")
1821

1922
dofile(path.."/register/init.lua")
@@ -31,9 +34,6 @@ dofile(path.."/supply_converter.lua")
3134

3235
dofile(path.."/other/init.lua")
3336

34-
-- https://github.com/mt-mods/technic/issues/100
35-
dofile(path.."/compat/digtron.lua")
36-
3737
--
3838
-- Technic power network administrative functions
3939
--

0 commit comments

Comments
 (0)