From 636b0f20df4fef3eef821c23ccc2f606828f5c6f Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Mon, 07 Jul 2014 15:15:05 +0200
Subject: [PATCH] Handheld prospecting tool

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

diff --git a/technic/config.lua b/technic/config.lua
index 7a966fe..525c79f 100644
--- a/technic/config.lua
+++ b/technic/config.lua
@@ -8,10 +8,11 @@
 local defaults = {
 	enable_mining_drill = "true",
 	enable_mining_laser = "true",
-	enable_flashlight = "true",
+	enable_flashlight = "false",
 	enable_rubber_tree_generation = "true",
 	enable_marble_generation = "true",
 	enable_granite_generation = "true",
+	enable_wind_mill = "false",
 }
 
 for k, v in pairs(defaults) do

--
Gitblit v1.8.0