MinecraftModDevelopmentMods/StellarSky

Sleep and Wake times aren't consistent with Vanilla

Closed this issue · 11 comments

Something about StellarSky (when present on both client and server) makes the player wake up from bed early enough to go jump back into bed and go back to sleep (and skip another whole day).

It also seems as though the mod allows you to go to bed earlier than you can in vanilla minecraft. You can get into bed 2 or 3 minutes early, long before the sun goes down.

Hmm I predicted the problem, but didn't know that it really happens.
I'll inspect to it. Do you know what the exact version with the problem is?

V0.1.8

I'll inspect and fix it in a few days.

Sorry but please post your config settings with it.
Cause I found out that the problem is logically impossible for Server enabled.

I found the problem, it will be fixed on the next day.

You were correct that the client config was Server Enabled: false, and the server config was Server Enabled: true.

By me setting the client to true, it fixed the wake up time, but I don't think it fixed the sleep time. I was going to do further experiments, with different combinations, let me know if you still need me to or not.

Okay… with both client and server set to "Server Enabled: True"… the player wakes up at 6:00am (tick 0)… (same as vanilla) so that fixed that problem. But the player can get into bed at 17:50 (around tick 11833) instead of 20:30 (tick 14500) like Vanilla.

Fixed version (v0.1.9) will be out today.

Minecraft Forum didn't allow me to modify the thread..
So first download the 0.1.9 version from here: http://adf.ly/6272560/stellarsky-v019

Awesome! Thanks.

Appears to be fixed.