forked from minetest-mods/technic
9 lines
228 B
Lua
9 lines
228 B
Lua
local path = technic.modpath.."/machines/other"
|
|
|
|
-- mesecons and tubes related
|
|
dofile(path.."/injector.lua")
|
|
dofile(path.."/constructor.lua")
|
|
if minetest.get_modpath("mesecons_mvps") ~= nil then
|
|
dofile(path.."/frames.lua")
|
|
end
|