From 74cf4746bed6fe3a4fec2b29e7456cce98bdd9b0 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sun, 03 Feb 2013 12:56:23 +0100
Subject: [PATCH] Added Injector

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

diff --git a/technic/init.lua b/technic/init.lua
index f1b4683..5b6d3ef 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -38,6 +38,7 @@
 dofile(modpath.."/wires_mv.lua")
 dofile(modpath.."/solar_panel_mv.lua")
 dofile(modpath.."/battery_box_mv.lua")
+dofile(modpath.."/electric_furnace_mv.lua")
 
 --Tools
 if enable_mining_drill==true then dofile(modpath.."/mining_drill.lua") end
@@ -50,9 +51,9 @@
 dofile(modpath.."/sonic_screwdriver.lua")
 
 -- mesecons and tubes related
---dofile(modpath.."/injector.lua")
+dofile(modpath.."/injector.lua")
 dofile(modpath.."/node_breaker.lua")
---dofile(modpath.."/deployer.lua")
+dofile(modpath.."/deployer.lua")
 dofile(modpath.."/constructor.lua")
 
 if enable_item_drop	then dofile(modpath.."/item_drop.lua") end

--
Gitblit v1.8.0