Tim
2015-03-16 137695ea67cf7096311c893de7cf139e6307b26b
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")
137695 6
T 7 if technic.config:get_bool("enable_frames") and minetest.get_modpath("mesecons_mvps") ~= nil then
52e701 8     dofile(path.."/frames.lua")
N 9 end
137695 10
b001a6 11 dofile(path.."/anchor.lua")