Make MV extractor/compressor work
authorCarter Kolwey <fhrfuyduduf@gmail.com>
Thu, 3 Jul 2014 02:46:06 +0000 (21:46 -0500)
committerNovatux <nathanael.courant@laposte.net>
Thu, 3 Jul 2014 06:18:41 +0000 (08:18 +0200)
technic/machines/MV/init.lua

index d51bdf52ab3eead3db29f59c497f7e4bfca43c7a..37ccebe1132253217d5d2b497e6f6101c6a5ab0f 100644 (file)
@@ -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.