From d7714962109ef20cd5f2b0e44d55e9363dda3506 Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Tue, 11 Sep 2012 13:57:16 +0200
Subject: [PATCH] Added silicon wafers

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

diff --git a/init.lua b/init.lua
index 6d60628..a41b11a 100644
--- a/init.lua
+++ b/init.lua
@@ -36,6 +36,7 @@
 dofile(minetest.get_modpath("technic").."/geothermal.lua")
 dofile(minetest.get_modpath("technic").."/water_mill.lua")
 dofile(minetest.get_modpath("technic").."/alloy_furnace.lua")
+dofile(minetest.get_modpath("technic").."/items.lua")
 
 
 function has_locked_chest_privilege(meta, player)

--
Gitblit v1.8.0