Fix darkage lamp light level
This commit is contained in:
parent
d62c139c8e
commit
326ac4e8dd
@ -39,7 +39,7 @@ minetest.register_node("darkage:lamp", {
|
|||||||
description = S("lamp"),
|
description = S("lamp"),
|
||||||
tiles = {"darkage_lamp.png"},
|
tiles = {"darkage_lamp.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
light_source = 18,
|
light_source = minetest.LIGHT_MAX,
|
||||||
groups = {immortal=1},
|
groups = {immortal=1},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user