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_insulated/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesecons_insulated') diff --git a/mesecons_insulated/init.lua b/mesecons_insulated/init.lua index bcdbd6c..5b48716 100644 --- a/mesecons_insulated/init.lua +++ b/mesecons_insulated/init.lua @@ -12,7 +12,7 @@ minetest.register_node("mesecons_insulated:insulated_on", { paramtype = "light", paramtype2 = "facedir", walkable = false, - stack_max = 99, + sunlight_propagates = true, selection_box = { type = "fixed", fixed = { -16/32-0.001, -18/32, -7/32, 16/32+0.001, -12/32, 7/32 } @@ -40,7 +40,7 @@ minetest.register_node("mesecons_insulated:insulated_off", { paramtype = "light", paramtype2 = "facedir", walkable = false, - stack_max = 99, + sunlight_propagates = true, selection_box = { type = "fixed", fixed = { -16/32-0.001, -18/32, -7/32, 16/32+0.001, -12/32, 7/32 } -- cgit v1.2.3