diff options
author | Calinou <calinou@opmbx.org> | 2014-04-05 10:52:53 +0200 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2014-04-05 10:52:53 +0200 |
commit | 22975e76ef5c8642172925afd3840801c76a17fb (patch) | |
tree | 03c703ca18fda58b607b11c00e46ab6d354382a1 /nodes.lua | |
parent | dc1a78f1e4baea2b08b27887ca040aab58dc96c8 (diff) |
Fix trap super glow glass light level, from 11 to 15.
Diffstat (limited to 'nodes.lua')
-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, |