Update light levels
This commit is contained in:
parent
9dfc64b383
commit
526bbba68a
8 changed files with 9 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue