From 8c6b42229617f400f298bc783cb72de997ff9d3b Mon Sep 17 00:00:00 2001 From: Och Noe Date: Wed, 5 Jun 2019 08:38:54 +0200 Subject: dim light source: 4 -> 5 --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index 3a4bf7c..996ee1d 100644 --- a/nodes.lua +++ b/nodes.lua @@ -453,7 +453,7 @@ local nodes = { use_texture_alpha = true, paramtype = "light", sunlight_propagates = true, - light_source = 4, + light_source = 5, groups = {snappy = 2, cracky = 3, oddly_breakable_by_hand = 3}, sounds = sound_glass, }, -- cgit v1.2.3