Sky Stutter
Gata-chan opened this issue ยท 2 comments
I used this mod for a modpack that uses TerraFirmaCraft.
After changing day/night lenghts and then using [/time set] command the sky started to stutter and the sun jumping between positions every second or so...
Does [/time set] break this mod or is there something in TerraFirmaCraft that breaks it? I wouldn't know, and I have no clue how to check
I can say with certainty that what you're describing is abnormal behaviour and usually indicates desync between client and server.
Vanilla /time command should work normally with my mod.
TFC is quite an invasive and expansive mod - it seems that they override the vanilla time command with their own implementation: https://github.com/TerraFirmaCraft/TerraFirmaCraft/blob/1.20.x/src/main/java/net/dries007/tfc/common/commands/TimeCommand.java