Zefram
2014-08-13 b001a679799bdc7d08eabcd1300271d0e1357b0a
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
b001a6 9 dofile(path.."/anchor.lua")