Merge pull request #40 from m97/indev

Add extractor.
This commit is contained in:
RealBadAngel
2013-07-05 06:20:28 -07:00
4 changed files with 218 additions and 11 deletions

View File

@ -44,6 +44,7 @@ dofile(modpath.."/grinder.lua")
dofile(modpath.."/cnc.lua")
dofile(modpath.."/cnc_api.lua")
dofile(modpath.."/cnc_nodes.lua")
dofile(modpath.."/extractor.lua")
--MV machines
dofile(modpath.."/wires_mv.lua")