From 1f1562f630bf1f8cb0c40161a2a423a702c5a209 Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Tue, 11 Sep 2012 12:56:38 +0200
Subject: [PATCH] Added Alloy Furnace

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

diff --git a/init.lua b/init.lua
index a286350..6d60628 100644
--- a/init.lua
+++ b/init.lua
@@ -34,6 +34,8 @@
 dofile(minetest.get_modpath("technic").."/generator.lua")
 dofile(minetest.get_modpath("technic").."/solar_panel.lua")
 dofile(minetest.get_modpath("technic").."/geothermal.lua")
+dofile(minetest.get_modpath("technic").."/water_mill.lua")
+dofile(minetest.get_modpath("technic").."/alloy_furnace.lua")
 
 
 function has_locked_chest_privilege(meta, player)

--
Gitblit v1.8.0