From d037d26bc79dfa0258b4f03f795a3cf010b80076 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Wed, 13 Feb 2013 00:27:19 +0100
Subject: [PATCH] fix to water mill

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

diff --git a/technic/init.lua b/technic/init.lua
index 249757a..0706b0f 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -57,6 +57,8 @@
 dofile(modpath.."/node_breaker.lua")
 dofile(modpath.."/deployer.lua")
 dofile(modpath.."/constructor.lua")
+dofile(modpath.."/frames.lua")
+
 
 if enable_item_drop	then dofile(modpath.."/item_drop.lua") end
 if enable_item_pickup   then dofile(modpath.."/item_pickup.lua") end

--
Gitblit v1.8.0