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 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/init.lua b/init.lua
index c7f9a6f..6d60628 100644
--- a/init.lua
+++ b/init.lua
@@ -33,6 +33,9 @@
 --dofile(minetest.get_modpath("technic").."/injector.lua")
 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