aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalinou <calinou@opmbx.org>2014-04-05 10:52:53 +0200
committerCalinou <calinou@opmbx.org>2014-04-05 10:52:53 +0200
commit22975e76ef5c8642172925afd3840801c76a17fb (patch)
tree03c703ca18fda58b607b11c00e46ab6d354382a1
parentdc1a78f1e4baea2b08b27887ca040aab58dc96c8 (diff)
downloadmoreblocks-22975e76ef5c8642172925afd3840801c76a17fb.tar.gz
moreblocks-22975e76ef5c8642172925afd3840801c76a17fb.tar.bz2
moreblocks-22975e76ef5c8642172925afd3840801c76a17fb.zip
Fix trap super glow glass light level, from 11 to 15.
-rw-r--r--nodes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes.lua b/nodes.lua
index b1ecc40..3627328 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -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,