2016-04-01 20:02:19 -04:00
|
|
|
local path = technic.modpath.."/machines"
|
|
|
|
|
|
|
|
dofile(path.."/register/init.lua")
|
|
|
|
|
|
|
|
-- Tiers
|
|
|
|
dofile(path.."/LV/init.lua")
|
|
|
|
dofile(path.."/MV/init.lua")
|
|
|
|
dofile(path.."/HV/init.lua")
|
|
|
|
|
|
|
|
dofile(path.."/switching_station.lua")
|
update coloredwood, digilines, technic, gloopblocks, homedecor, mesecons,
pipeworks, player_textures, signs_lib, unifieddyes, and worldedit
2017-03-14 00:04:17 -04:00
|
|
|
dofile(path.."/power_monitor.lua")
|
2016-04-01 20:02:19 -04:00
|
|
|
dofile(path.."/supply_converter.lua")
|
|
|
|
|
|
|
|
dofile(path.."/other/init.lua")
|
|
|
|
|