From f845d9e4e712f38fd1c3246e322805a1181a8171 Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Sat, 08 Sep 2012 10:32:13 +0200
Subject: [PATCH] production depends on height (by iqualfragile)

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

diff --git a/init.lua b/init.lua
index c7f9a6f..fb7b8f6 100644
--- a/init.lua
+++ b/init.lua
@@ -33,6 +33,8 @@
 --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")
 
 
 function has_locked_chest_privilege(meta, player)

--
Gitblit v1.8.0