aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOch Noe <och_noe@forksworld.de>2019-06-05 08:38:54 +0200
committerOch Noe <och_noe@forksworld.de>2019-06-05 08:38:54 +0200
commit8c6b42229617f400f298bc783cb72de997ff9d3b (patch)
tree5cc33fdfeed5b7f58cbcec4e0f3256c1690ac487
parent644e572eb6da31cc5a107035eb12e647393524da (diff)
downloadmoreblocks-8c6b42229617f400f298bc783cb72de997ff9d3b.tar.gz
moreblocks-8c6b42229617f400f298bc783cb72de997ff9d3b.tar.bz2
moreblocks-8c6b42229617f400f298bc783cb72de997ff9d3b.zip
dim light source: 4 -> 5
-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,
},