As far as I can tell you cannot change the color, but you change a nodes light value using light_source as described in the lua_api specification file: light_source = 0, -- Amount of light emitted by node https://github.com/minetest/minetest/blob/master/doc/lua_api.txt unfortunately,altering that v...