Zefram
2014-08-13 38e85e9775b132b0ce504d8d795632668eb47852
commit | author | age
5d470c 1 local path = technic.modpath.."/machines/other"
S 2
3 -- mesecons and tubes related
4 dofile(path.."/injector.lua")
5 dofile(path.."/constructor.lua")
52e701 6 if minetest.get_modpath("mesecons_mvps") ~= nil then
N 7     dofile(path.."/frames.lua")
8 end