From 3055270a7cda08b3ebc9cc38bcd871fb1dd12264 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Thu, 11 Jul 2013 03:45:56 +0200
Subject: [PATCH] Add nuclear reactor

---
 technic/init.lua |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/technic/init.lua b/technic/init.lua
index edb1c34..bc7e628 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -58,17 +58,13 @@
 ---- lighting and associated textures is taken directly from VanessaE's homedecor and made electric.
 dofile(modpath.."/power_radiator.lua")
 dofile(modpath.."/lighting.lua")
---
-----HV machines
-dofile(modpath.."/wires_hv.lua")
-dofile(modpath.."/battery_box_hv.lua")
-dofile(modpath.."/solar_array_hv.lua")
 
 --HV machines
 dofile(modpath.."/wires_hv.lua")
 dofile(modpath.."/battery_box_hv.lua")
 dofile(modpath.."/solar_array_hv.lua")
 --dofile(modpath.."/down_converter_hv.lua")
+dofile(modpath.."/nuclear_reactor_hv.lua")
 
 --Tools
 if technic.config:getBool("enable_mining_drill") then dofile(modpath.."/mining_drill.lua") end
@@ -78,7 +74,7 @@
 dofile(modpath.."/chainsaw.lua")
 dofile(modpath.."/tree_tap.lua")
 dofile(modpath.."/sonic_screwdriver.lua")
---
+
 ---- mesecons and tubes related
 dofile(modpath.."/injector.lua")
 dofile(modpath.."/node_breaker.lua")

--
Gitblit v1.8.0