Wrong in-game day displayed.
LntlIntl opened this issue · 5 comments
Information
Minecraft version: 1.19.2
Modloader: Fabric
Fabric loader version: 0.14.9
Environment: Singleplayer
Mod name: Gui-Clock
Mod version: 4.0.6
Description
Holding a clock in game displays the day counter to be 27, wherein on the same world it displayed over day 160. At some point, the mod just reset itself, from 160 to 0, im not sure what has caused it and so far I have not been able to re-create it.
I think your actual world time was reset. You could do the following:
160-27 = 133 days
133×24000 = 3192000
So the following command:
/time add 3192000
Should set the day counter to 160 again. I don't think it's a bug in the mod itself.
It appears then that my internal vanilla daycounter reset itself somehow, rather than an issue with the mod. My apologies.