technic/technic/machines/other/init.lua

10 lines
256 B
Lua
Raw Normal View History

2013-07-11 18:19:09 +02:00
local path = technic.modpath.."/machines/other"
-- mesecons and tubes related
dofile(path.."/injector.lua")
dofile(path.."/constructor.lua")
2014-01-03 13:39:12 +01:00
if minetest.get_modpath("mesecons_mvps") ~= nil then
dofile(path.."/frames.lua")
end
2014-08-13 20:07:53 +02:00
dofile(path.."/anchor.lua")