From d8ec3f8bbee5c3c489e4c5740fc8c84449eb86c3 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Thu, 25 Jul 2013 07:59:00 +0200
Subject: [PATCH] Deployer and node breaker are now moved to pipeworks.

---
 technic/machines/init.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/technic/machines/init.lua b/technic/machines/init.lua
index 58b42f4..d798e9f 100644
--- a/technic/machines/init.lua
+++ b/technic/machines/init.lua
@@ -3,6 +3,7 @@
 dofile(path.."/switching_station.lua")
 dofile(path.."/supply_converter.lua")
 dofile(path.."/alloy_furnaces_commons.lua")
+dofile(path.."/battery_boxes_commons.lua")
 dofile(path.."/lv/init.lua")
 dofile(path.."/mv/init.lua")
 dofile(path.."/hv/init.lua")

--
Gitblit v1.8.0