Add extractor.

Add extractor for make more rubber from latex. Moved make dyes from
grinder to extractor.
This commit is contained in:
m97
2013-07-04 19:05:00 +02:00
parent c7207a9cba
commit ce5dfa311e
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")