Default/nodes: Increase meselamp light level to light_max (14)
This commit is contained in:
parent
055157d084
commit
fa1b4d0d44
@ -1563,7 +1563,7 @@ minetest.register_node("default:meselamp", {
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
light_source = 12,
|
light_source = default.LIGHT_MAX,
|
||||||
})
|
})
|
||||||
|
|
||||||
--
|
--
|
||||||
|
Loading…
Reference in New Issue
Block a user