From 22975e76ef5c8642172925afd3840801c76a17fb Mon Sep 17 00:00:00 2001 From: Calinou Date: Sat, 5 Apr 2014 10:52:53 +0200 Subject: [PATCH] Fix trap super glow glass light level, from 11 to 15. --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,