Use sunlight_propagates = true for some more nodes

This commit is contained in:
Jeija
2012-09-07 15:59:49 +02:00
parent 70e9db28bc
commit 4ae7bc9aa6
5 changed files with 10 additions and 2 deletions

View File

@ -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}