forked from minetest-mods/maptools
Max light source is 14. (#5)
This commit is contained in:
parent
8df3f7980f
commit
94fc5266cb
@ -242,7 +242,7 @@ minetest.register_node("maptools:lightbulb", {
|
|||||||
drawtype = "airlike",
|
drawtype = "airlike",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
pointable = false,
|
pointable = false,
|
||||||
light_source = 15,
|
light_source = 14,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
drop = "",
|
drop = "",
|
||||||
|
Loading…
Reference in New Issue
Block a user