diff --git a/mods/glowcrystals/init.lua b/mods/glowcrystals/init.lua index 296c467..d1498c5 100755 --- a/mods/glowcrystals/init.lua +++ b/mods/glowcrystals/init.lua @@ -172,7 +172,7 @@ minetest.register_node("glowcrystals:wall", { paramtype2 = "wallmounted", sunlight_propagates = true, walkable = false, - light_source = 13, + light_source = 14, groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1}, drop = "glowcrystals:torch", selection_box = { diff --git a/mods/torches/mt_style.lua b/mods/torches/mt_style.lua index 7c8d565..f1bc12e 100755 --- a/mods/torches/mt_style.lua +++ b/mods/torches/mt_style.lua @@ -45,7 +45,7 @@ minetest.register_node("torches:floor", { paramtype2 = "wallmounted", sunlight_propagates = true, walkable = false, - light_source = 13, + light_source = 11, groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1}, drop = "default:torch", selection_box = { @@ -71,7 +71,7 @@ minetest.register_node("torches:wall", { paramtype2 = "wallmounted", sunlight_propagates = true, walkable = false, - light_source = 13, + light_source = 11, groups = {choppy=2, dig_immediate=3, flammable=1, not_in_creative_inventory=1, attached_node=1, torch=1}, drop = "default:torch", selection_box = {