Closed PHIDIAS0303 closed 2 months ago
but the main thing is that I need the tick to do the day-night calculation of solar power ...
but the main thing is that I need the tick to do the day-night calculation of solar power ...
For it to be accurate for vlayer solar it must use surface.daytime
because this is used to calculate solar power production not game tick.
This change can not be made because
surface.daytime
can be modified from other scripts. For example ifsurface.always_day
orsurface.freeze_daytime
are true thentime
will continue to tick when it should be constant.