Skip to content

Commit

Permalink
Default/nodes: Increase meselamp light level to light_max (14)
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed May 11, 2015
1 parent 055157d commit fa1b4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -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,
})
--
Expand Down

0 comments on commit fa1b4d0

Please sign in to comment.