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/mv/init.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/technic/machines/mv/init.lua b/technic/machines/mv/init.lua
index 1e1147c..d4328ce 100644
--- a/technic/machines/mv/init.lua
+++ b/technic/machines/mv/init.lua
@@ -5,6 +5,7 @@
 dofile(path.."/solar_array.lua")
 dofile(path.."/electric_furnace.lua")
 dofile(path.."/alloy_furnace.lua")
+dofile(path.."/grinder.lua")
 
 -- The power radiator supplies appliances with inductive coupled power:
 -- Lighting and associated textures is taken directly from VanessaE's homedecor and made electric.

--
Gitblit v1.8.0