From 8588430622700faa4c414c2f17d86528c8286779 Mon Sep 17 00:00:00 2001 From: Xanthin Date: Tue, 8 Apr 2014 04:52:33 +0200 Subject: [PATCH] update from calinou --- nodes.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodes.lua b/nodes.lua index b1ecc40..a9eaddf 100644 --- a/nodes.lua +++ b/nodes.lua @@ -1,4 +1,3 @@ - local S = moreblocks.gettext local sound_wood = default.node_sound_wood_defaults() @@ -256,7 +255,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,