Change torch and glow crystal torch brightness

This commit is contained in:
Brandon 2015-12-27 15:43:29 -06:00
parent 3a58d57b10
commit adb1c93745
2 changed files with 3 additions and 3 deletions

View File

@ -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 = {

View File

@ -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 = {