summaryrefslogtreecommitdiff
path: root/mesecons/wires.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mesecons/wires.lua')
-rw-r--r--mesecons/wires.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesecons/wires.lua b/mesecons/wires.lua
index 3163495..bda872f 100644
--- a/mesecons/wires.lua
+++ b/mesecons/wires.lua
@@ -141,6 +141,7 @@ for zmy=0, 1 do
wield_image = "jeija_mesecon_off.png",
paramtype = "light",
paramtype2 = "facedir",
+ sunlight_propagates = true,
selection_box = {
type = "fixed",
fixed = {-.5, -.5, -.5, .5, -.5+1/16, .5}
@@ -161,6 +162,7 @@ for zmy=0, 1 do
tiles = tiles_on,
paramtype = "light",
paramtype2 = "facedir",
+ sunlight_propagates = true,
selection_box = {
type = "fixed",
fixed = {-.5, -.5, -.5, .5, -.5+1/16, .5}