Update light levels

This commit is contained in:
Wuzzy 2017-01-04 10:11:35 +01:00
parent 9dfc64b383
commit 526bbba68a
8 changed files with 9 additions and 9 deletions

View file

@ -77,7 +77,7 @@ minetest.register_node("mesecons_torch:mesecon_torch_on", {
paramtype2 = "wallmounted",
selection_box = torch_selectionbox,
groups = {dig_immediate=3},
light_source = LIGHT_MAX-10,
light_source = 6,
description="Redstone Torch",
mesecons = {receptor = {
state = mesecon.state.on,