From 582f94952a706f8d03ecfb7ba79fe84a66c4c871 Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Tue, 11 Sep 2012 18:47:09 +0200
Subject: [PATCH] Added Mining Drill

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

diff --git a/init.lua b/init.lua
index c7f9a6f..fc921d6 100644
--- a/init.lua
+++ b/init.lua
@@ -33,6 +33,11 @@
 --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")
+dofile(minetest.get_modpath("technic").."/items.lua")
+dofile(minetest.get_modpath("technic").."/mining_drill.lua")
 
 
 function has_locked_chest_privilege(meta, player)

--
Gitblit v1.8.0