summaryrefslogtreecommitdiff
path: root/mesecons_button
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2012-08-10 11:31:01 +0200
committerJeija <norrepli@gmail.com>2012-08-10 11:31:01 +0200
commitca7bd1f24f266e8183051ff1e71f16dc145ec01a (patch)
tree04d29d6a2a7265e22a240786c1cf5ea6579a2095 /mesecons_button
parent2fe312618c38135cf947dd91a7a8bc0d3e69711d (diff)
downloadmesecons-ca7bd1f24f266e8183051ff1e71f16dc145ec01a.tar
mesecons-ca7bd1f24f266e8183051ff1e71f16dc145ec01a.tar.gz
mesecons-ca7bd1f24f266e8183051ff1e71f16dc145ec01a.tar.bz2
mesecons-ca7bd1f24f266e8183051ff1e71f16dc145ec01a.tar.xz
mesecons-ca7bd1f24f266e8183051ff1e71f16dc145ec01a.zip
Improve light level a little
Diffstat (limited to 'mesecons_button')
-rw-r--r--mesecons_button/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_button/init.lua b/mesecons_button/init.lua
index 1ef6680..291ff1a 100644
--- a/mesecons_button/init.lua
+++ b/mesecons_button/init.lua
@@ -41,7 +41,7 @@ minetest.register_node("mesecons_button:button_on", {
paramtype2 = "facedir",
legacy_wallmounted = true,
walkable = false,
- light_source = LIGHT_MAX-9,
+ light_source = LIGHT_MAX-7,
selection_box = {
type = "fixed",
fixed = { -6/16, -6/16, 5/16, 6/16, 6/16, 8/16 }