forked from minetest-mods/mesecons
Improve light level a little
This commit is contained in:
@ -41,7 +41,7 @@ minetest.register_node("mesecons_button:button_on", {
|
||||
paramtype2 = "facedir",
|
||||
legacy_wallmounted = true,
|
||||
walkable = false,
|
||||
light_source = LIGHT_MAX-9,
|
||||
light_source = LIGHT_MAX-7,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = { -6/16, -6/16, 5/16, 6/16, 6/16, 8/16 }
|
||||
|
Reference in New Issue
Block a user