From d37cf7d5365837b8e26af2c5fa6abe0d712c6716 Mon Sep 17 00:00:00 2001
From: Jonathan Raphael Joachim Kolberg <bulldog98@freenet.de>
Date: Fri, 19 Jul 2013 10:58:38 +0200
Subject: [PATCH] added a mv grinder

---
 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