From b8d77627a4d28c624e63423eef317dd09c68e533 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Thu, 13 Dec 2012 01:49:02 +0100
Subject: [PATCH] update the mod

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

diff --git a/solar_panel.lua b/technic/technic/solar_panel.lua
similarity index 98%
rename from solar_panel.lua
rename to technic/technic/solar_panel.lua
index f2d08f6..02a8f69 100644
--- a/solar_panel.lua
+++ b/technic/technic/solar_panel.lua
@@ -54,7 +54,7 @@
 		local light = minetest.env:get_node_light(pos1, nil)
 		local meta = minetest.env:get_meta(pos)
 		if light == nil then light = 0 end
-		if light >= 14 then
+		if light >= 12 then
 			meta:set_string("infotext", "Solar Panel is active ")
 			meta:set_float("active",1)
 			local internal_EU_buffer=meta:get_float("internal_EU_buffer")

--
Gitblit v1.8.0