Default/nodes: Increase meselamp light level to light_max (14)

master
paramat 2015-05-11 22:29:18 +01:00
parent 055157d084
commit fa1b4d0d44
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ minetest.register_node("default:meselamp", {
is_ground_content = false,
groups = {cracky = 3, oddly_breakable_by_hand = 3},
sounds = default.node_sound_glass_defaults(),
light_source = 12,
light_source = default.LIGHT_MAX,
})
--