aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes.lua2
1 files changed, 1 insertions, 1 deletions
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,
},