From deb4f4d613ae25d20be35d856ae8da419f31553f Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Fri, 2 Mar 2012 23:03:47 -0500 Subject: Slightly lower required light level to allow things like meselamps to affect solar panels, instead of only sunlight. --- jeija/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jeija') diff --git a/jeija/init.lua b/jeija/init.lua index 9da01b5..81311b7 100644 --- a/jeija/init.lua +++ b/jeija/init.lua @@ -700,7 +700,7 @@ minetest.register_abm( action = function(pos, node, active_object_count, active_object_count_wider) local light = minetest.env:get_node_light(pos, nil) if light == nil then light = 0 end - if light >= 13 then + if light >= 12 then mesecon:receptor_on(pos) else mesecon:receptor_off(pos) -- cgit v1.2.3