World starting time and wake-up time not working
Vampsku11 opened this issue ยท 1 comments
I have the day set to 48000 ticks long and am trying to set the world starting time and wake-up time to 16000, about the break of dawn, but it's not working. Starting a new world, the time is the middle of the night. Waking from sleep the time is around 21000. I've copied the configs below. This was with stellar sky and stellar api jars only, no other mods.
stellarsky/CelestialSettings.cfg
serverconfig {
# Enables Server-Side Sky change.
B:Server_Enabled=true
# Length of a day, in a tick.
D:Day_Length=48000.0
# Tick offset on world starting time.
D:Tick_Offset=16000.0
stellarapi/MainConfig.cfg
wake {
# Enable/Disable wake system provided by Stellar API
B:Custom_Wake_Enabled=true
wakebyalarm {
# Enable this wake property.
B:Enabled=true
# Wake-up time from midnight, in tick.
I:Wake_Time_from_midnight=16000
}