From cefdd55cb0e5726d20935016862b2a708acfcfb7 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sun, 26 Aug 2018 09:15:59 -0400 Subject: updated blox, coloredwood, technic, steel, unified bricks, and unified dyes --- technic/machines/HV/init.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'technic/machines/HV') 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") -- cgit v1.2.3