Make MV extractor/compressor work

This commit is contained in:
Carter Kolwey 2014-07-02 21:46:06 -05:00 committed by Novatux
parent 5f2d09b8a9
commit 95fcc435f1
1 changed files with 2 additions and 0 deletions

View 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.