From: Carter Kolwey Date: Thu, 3 Jul 2014 02:46:06 +0000 (-0500) Subject: Make MV extractor/compressor work X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=95fcc435f1651d437f1085af931a00a3db91a68a;p=zefram%2Fminetest%2Ftechnic.git Make MV extractor/compressor work --- diff --git a/technic/machines/MV/init.lua b/technic/machines/MV/init.lua index d51bdf5..37ccebe 100644 --- a/technic/machines/MV/init.lua +++ b/technic/machines/MV/init.lua @@ -14,6 +14,8 @@ if technic.config:get_bool("enable_wind_mill") then dofile(path.."/wind_mill.lua") end dofile(path.."/generator.lua") +dofile(path.."/extractor.lua") +dofile(path.."/compressor.lua") -- The power radiator supplies appliances with inductive coupled power: -- Lighting and associated textures is taken directly from VanessaE's homedecor and made electric.