summaryrefslogtreecommitdiff
path: root/technic/machines/register/init.lua
blob: 673b2651790bdfd93d30be038c1d6ce91ee7aa36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
local path = technic.modpath.."/machines/register"

dofile(path.."/alloy_furnace.lua")
dofile(path.."/battery_box.lua")
dofile(path.."/cables.lua")
dofile(path.."/common.lua")
dofile(path.."/electric_furnace.lua")
dofile(path.."/grinder.lua")
dofile(path.."/grinder_recipes.lua")
dofile(path.."/solar_array.lua")
dofile(path.."/generator.lua")