summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarter Kolwey <fhrfuyduduf@gmail.com>2014-07-02 21:46:06 -0500
committerNovatux <nathanael.courant@laposte.net>2014-07-03 08:18:41 +0200
commit95fcc435f1651d437f1085af931a00a3db91a68a (patch)
tree9c550046a6a3e958d22939eaa16381728a1cb81c
parent5f2d09b8a9b1f07616a132736eb9692af4abc93f (diff)
Make MV extractor/compressor work
-rw-r--r--technic/machines/MV/init.lua2
1 files changed, 2 insertions, 0 deletions
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.