Closed Lumintorious closed 1 year ago
Oh, that is bad. I will try to address it shortly, sorry for this.
Thanks a lot for the quick reply :)
So, I believe this is fixed as part of 0.7.4 release (actually, only this :) )
Is it possible to fix this for the 1.19.4 version?
Oh, sure, I will release fix today and probably backport it even further it time.
Done :)
If something doesn't work for some reason, please, report :)
Can you use
java.time.Instant.now()
instead ofkotlinx.datetime.Clock.System.now()
in the ChunkManager class that handles chunk loading for turtles? This is an external dependency not provided by Forge or even the Kotlin for Forge mod so it crashes the game when not in the development environment.