diff options
-rw-r--r-- | nodes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ local nodes = { tiles = {"moreblocks_super_glow_glass.png"}, paramtype = "light", sunlight_propagates = true, - light_source = 11, + light_source = 15, walkable = false, groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3}, sounds = sound_glass, |