diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |