summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-06-09 19:19:28 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-06-09 19:19:28 -0400
commit5bf21e553e20864809a4231c5c0e1b52b832eddf (patch)
tree117e5bd88c310dd6587419fa9b7eabc622ea95cf /init.lua
parent807fae1943e808fa54c85df13cc07655e657029f (diff)
downloadpipeworks-5bf21e553e20864809a4231c5c0e1b52b832eddf.tar
pipeworks-5bf21e553e20864809a4231c5c0e1b52b832eddf.tar.gz
pipeworks-5bf21e553e20864809a4231c5c0e1b52b832eddf.tar.bz2
pipeworks-5bf21e553e20864809a4231c5c0e1b52b832eddf.tar.xz
pipeworks-5bf21e553e20864809a4231c5c0e1b52b832eddf.zip
more minor lighting/texture tweaks
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
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",