From 4ae7bc9aa621561c0367ed9efe1158d7fd5c69ea Mon Sep 17 00:00:00 2001 From: Jeija Date: Fri, 7 Sep 2012 15:59:49 +0200 Subject: Use sunlight_propagates = true for some more nodes --- mesecons_receiver/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesecons_receiver') diff --git a/mesecons_receiver/init.lua b/mesecons_receiver/init.lua index 8b5e934..c364682 100644 --- a/mesecons_receiver/init.lua +++ b/mesecons_receiver/init.lua @@ -17,6 +17,7 @@ minetest.register_node("mesecons_receiver:receiver_on", { }, paramtype = "light", paramtype2 = "facedir", + sunlight_propagates = true, selection_box = { type = "fixed", fixed = { -3/16, -8/16, -8/16, 3/16, 3/16, 8/16 } @@ -43,6 +44,7 @@ minetest.register_node("mesecons_receiver:receiver_off", { }, paramtype = "light", paramtype2 = "facedir", + sunlight_propagates = true, selection_box = { type = "fixed", fixed = { -3/16, -8/16, -8/16, 3/16, 3/16, 8/16 } -- cgit v1.2.3