diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-08-26 09:15:59 -0400 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-08-26 09:15:59 -0400 |
commit | cefdd55cb0e5726d20935016862b2a708acfcfb7 (patch) | |
tree | 58c7236489cff26bacb44ae96fe02417869f56f2 /technic/machines/HV | |
parent | cb6e55b610b2dba587102e6503a61559e0b2e17f (diff) | |
download | dreambuilder_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/HV')
-rw-r--r-- | technic/machines/HV/init.lua | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/technic/machines/HV/init.lua b/technic/machines/HV/init.lua index 468932d..d7136b4 100644 --- a/technic/machines/HV/init.lua +++ b/technic/machines/HV/init.lua @@ -8,11 +8,9 @@ dofile(path.."/cables.lua") dofile(path.."/battery_box.lua") -- Generators -if technic.config:get_bool("enable_producers") then - dofile(path.."/solar_array.lua") - dofile(path.."/nuclear_reactor.lua") - dofile(path.."/generator.lua") -end +dofile(path.."/solar_array.lua") +dofile(path.."/nuclear_reactor.lua") +dofile(path.."/generator.lua") -- Machines dofile(path.."/quarry.lua") |