mirror of
https://github.com/minetest-mods/maptools.git
synced 2025-07-25 08:40:19 +02:00
Max light source is 14. (#5)
This commit is contained in:
@ -242,7 +242,7 @@ minetest.register_node("maptools:lightbulb", {
|
||||
drawtype = "airlike",
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
light_source = 15,
|
||||
light_source = 14,
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
drop = "",
|
||||
|
Reference in New Issue
Block a user