summaryrefslogtreecommitdiff
path: root/technic/machines/MV/init.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 09:15:59 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 09:15:59 -0400
commitcefdd55cb0e5726d20935016862b2a708acfcfb7 (patch)
tree58c7236489cff26bacb44ae96fe02417869f56f2 /technic/machines/MV/init.lua
parentcb6e55b610b2dba587102e6503a61559e0b2e17f (diff)
downloaddreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.gz
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.bz2
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.xz
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.zip
updated blox, coloredwood, technic, steel, unified bricks, and unified dyes
Diffstat (limited to 'technic/machines/MV/init.lua')
-rw-r--r--technic/machines/MV/init.lua11
1 files changed, 5 insertions, 6 deletions
diff --git a/technic/machines/MV/init.lua b/technic/machines/MV/init.lua
index bb9542d..7092fda 100644
--- a/technic/machines/MV/init.lua
+++ b/technic/machines/MV/init.lua
@@ -8,13 +8,12 @@ dofile(path.."/cables.lua")
dofile(path.."/battery_box.lua")
-- Generators
-if technic.config:get_bool("enable_producers") then
- if technic.config:get_bool("enable_wind_mill") then
- dofile(path.."/wind_mill.lua")
- end
- dofile(path.."/generator.lua")
- dofile(path.."/solar_array.lua")
+if technic.config:get_bool("enable_wind_mill") then
+ dofile(path.."/wind_mill.lua")
end
+dofile(path.."/generator.lua")
+dofile(path.."/solar_array.lua")
+dofile(path.."/hydro_turbine.lua")
-- Machines
dofile(path.."/alloy_furnace.lua")