Tweak visual brightness of dimmable lights

master
cheapie 2018-11-22 15:51:33 -06:00
parent ee65d188ca
commit 2711c0e80c
1 changed files with 1 additions and 1 deletions

View File

@ -992,7 +992,7 @@ if minetest.get_modpath("mesecons_noteblock") then
end
for i=0,14,1 do
local mult = 255 - ((14-i)*16)
local mult = 255 - ((14-i)*12)
minetest.register_node("digistuff:light_"..i, {
drop = "digistuff:light_0",
description = "Digilines Dimmable Light"..(i > 0 and " (on state - you hacker you!)" or ""),