More Minecraft-like light levels

This commit is contained in:
Wuzzy 2017-02-01 22:12:08 +01:00
parent bf3af4b0e2
commit b6c603dc23
7 changed files with 13 additions and 6 deletions

View file

@ -79,7 +79,7 @@ minetest.register_node("mesecons_torch:mesecon_torch_on", {
is_ground_content = false,
selection_box = torch_selectionbox,
groups = {dig_immediate=3, dig_by_water=1},
light_source = 6,
light_source = 7,
description="Redstone Torch",
mesecons = {receptor = {
state = mesecon.state.on,