From 5bf21e553e20864809a4231c5c0e1b52b832eddf Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 9 Jun 2013 19:19:28 -0400 Subject: more minor lighting/texture tweaks --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index a0b4b72..5165d8f 100644 --- a/init.lua +++ b/init.lua @@ -299,6 +299,7 @@ for zp = 0, 1 do drawtype = "nodebox", tiles = pipes_fix_image_names(outimgs, "_empty"), inventory_image = image, + sunlight_propagates=true, paramtype = "light", selection_box = { type = "fixed", @@ -330,6 +331,7 @@ for zp = 0, 1 do drawtype = "nodebox", tiles = pipes_fix_image_names(outimgs, "_loaded"), inventory_image = image, + sunlight_propagates = true, paramtype = "light", selection_box = { type = "fixed", -- cgit v1.2.3