mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 23:10:41 +01:00
15 lines
287 B
Lua
15 lines
287 B
Lua
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")
|
|
dofile(path.."/supply_converter.lua")
|
|
|
|
dofile(path.."/other/init.lua")
|
|
|