6 lines
125 B
Lua

core.register_globalstep(function()
if core.settings:get_bool("always_day", false) then
core.set_timeofday(0.5)
end
end)