From 2d7f750d9a734e2c84cc1ee14746a4ee2f8757e6 Mon Sep 17 00:00:00 2001
From: hdastwb <hdastwb@hdastwb.heliohost.org>
Date: Wed, 24 Jul 2013 03:43:36 +0200
Subject: [PATCH] fixed a condition with mv machines so as to not power down machines with stuff to grind/smelt but nothing to tube out

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

diff --git a/technic/machines/lv/init.lua b/technic/machines/lv/init.lua
index a95f78e..a82c3ec 100644
--- a/technic/machines/lv/init.lua
+++ b/technic/machines/lv/init.lua
@@ -16,4 +16,4 @@
 dofile(path.."/cnc_api.lua")
 dofile(path.."/cnc_nodes.lua")
 dofile(path.."/extractor.lua")
-
+dofile(path.."/compressor.lua")

--
Gitblit v1.8.0