From 704a410fa1391318766927c8baa8a93b0731e7d0 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sun, 27 Jan 2013 13:34:10 +0100
Subject: [PATCH] Cleaned all chests code

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

diff --git a/technic/technic/init.lua b/technic/technic/init.lua
index 1456462..f1b4683 100644
--- a/technic/technic/init.lua
+++ b/technic/technic/init.lua
@@ -10,6 +10,7 @@
 if enable_rubber_tree_generation==true then dofile(modpath.."/rubber.lua") end
 
 -- chests
+dofile(modpath.."/chest_commons.lua")
 dofile(modpath.."/iron_chest.lua")
 dofile(modpath.."/copper_chest.lua")
 dofile(modpath.."/silver_chest.lua")

--
Gitblit v1.8.0