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_button/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesecons_button') diff --git a/mesecons_button/init.lua b/mesecons_button/init.lua index 017f26c..dd8819d 100644 --- a/mesecons_button/init.lua +++ b/mesecons_button/init.lua @@ -13,6 +13,7 @@ minetest.register_node("mesecons_button:button_off", { paramtype2 = "facedir", legacy_wallmounted = true, walkable = false, + sunlight_propagates = true, selection_box = { type = "fixed", fixed = { -6/16, -6/16, 5/16, 6/16, 6/16, 8/16 } @@ -42,6 +43,7 @@ minetest.register_node("mesecons_button:button_on", { legacy_wallmounted = true, walkable = false, light_source = LIGHT_MAX-7, + sunlight_propagates = true, selection_box = { type = "fixed", fixed = { -6/16, -6/16, 5/16, 6/16, 6/16, 8/16 } -- cgit v1.2.3