From 137695ea67cf7096311c893de7cf139e6307b26b Mon Sep 17 00:00:00 2001
From: Tim <t4im@users.noreply.github.com>
Date: Mon, 16 Mar 2015 23:58:41 +0100
Subject: [PATCH] allow activation/deactivation of frames/templates by config

---
 technic/config.lua |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/technic/config.lua b/technic/config.lua
index 1dfce66..81a2224 100644
--- a/technic/config.lua
+++ b/technic/config.lua
@@ -1,7 +1,4 @@
-
-local worldpath = minetest.get_worldpath()
-
-technic.config = Settings(worldpath.."/technic.conf")
+technic.config = technic.config or Settings(minetest.get_worldpath().."/technic.conf")
 
 local conf_table = technic.config:to_table()
 
@@ -9,10 +6,8 @@
 	enable_mining_drill = "true",
 	enable_mining_laser = "true",
 	enable_flashlight = "false",
-	enable_rubber_tree_generation = "true",
-	enable_marble_generation = "true",
-	enable_granite_generation = "true",
 	enable_wind_mill = "false",
+	enable_frames = "false",
 	enable_corium_griefing = "true",
 }
 
@@ -21,4 +16,3 @@
 		technic.config:set(k, v)
 	end
 end
-

--
Gitblit v1.8.0